From 51933629d1f1a17839ddbb75b2b619effe117abb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 2 Nov 2009 21:54:57 +0000 Subject: Changed foo(void) to foo() in almost all non-backend source files svn-id: r45616 --- engines/tinsel/debugger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/debugger.h') 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 -- cgit v1.2.3