Skip to content

Commit

Permalink
SVEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
stweil committed Sep 4, 2018
1 parent 1c9bd51 commit b612c2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/viewer/scrollview.cpp
Expand Up @@ -73,6 +73,9 @@ SVEvent* SVEvent::copy() {
return any;
}

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

#ifndef GRAPHICS_DISABLED
Expand Down

0 comments on commit b612c2c

Please sign in to comment.