Declared destructor virtual and testing Tortoise CVS output to see how the notification works (not)

svn-id: r18505
This commit is contained in:
Lars Persson 2005-07-06 20:46:10 +00:00
parent e25587d74b
commit bcc3bd9708

View File

@ -33,7 +33,7 @@ namespace Saga {
class Console : public Common::Debugger<Console> {
public:
Console(SagaEngine *vm);
~Console(void);
virtual ~Console(void);
protected:
virtual void preEnter();