mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
Declared destructor virtual and testing Tortoise CVS output to see how the notification works (not)
svn-id: r18505
This commit is contained in:
parent
e25587d74b
commit
bcc3bd9708
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user