virtual dtors == good

This commit is contained in:
Aaron
2009-02-18 13:42:32 -05:00
parent 7412a333fc
commit 593bf1f126
24 changed files with 46 additions and 5 deletions

View File

@@ -175,6 +175,7 @@ namespace ReplTests {
class Base : public ReplTests::Base {
public:
virtual ~Base() {}
void run() {
reset();
doIt();