Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix non-virtual destructor
  • Loading branch information
Arnd R. Strube committed Jun 8, 2015
commit d2e2a233513d05692f3796cba10519e566c6bd16
1 change: 1 addition & 0 deletions tests/MixInTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class SUT
{
public:
virtual const char* className() = 0;
virtual ~SUT() {}
};

MIXIN_PARAMS(DemoMixInGroup) // MIXIN_GROUP name
Expand Down