Skip to content

Commit b612c2c

Browse files
committed
SVEventHandler
1 parent 1c9bd51 commit b612c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/viewer/scrollview.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ SVEvent* SVEvent::copy() {
7373
return any;
7474
}
7575

76+
// Destructor.
77+
// It is defined here, so the compiler can create a single vtable
78+
// instead of weak vtables in every compilation unit.
7679
SVEventHandler::~SVEventHandler() = default;
7780

7881
#ifndef GRAPHICS_DISABLED

0 commit comments

Comments
 (0)