aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/debugger.h')
-rw-r--r--engines/tinsel/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/debugger.h b/engines/tinsel/debugger.h
index 219bc71224..e3e7e7cd48 100644
--- a/engines/tinsel/debugger.h
+++ b/engines/tinsel/debugger.h
@@ -41,7 +41,7 @@ protected:
bool cmd_string(int argc, const char **argv);
public:
Console();
- virtual ~Console(void);
+ virtual ~Console();
};
} // End of namespace Tinsel