From b4973888aeaea2dde6058bc06c3f6631349e7f3c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 3 Feb 2008 01:43:03 +0000 Subject: command buffer handling engine function parsing buffered client console --- src/client/application.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/application.h') diff --git a/src/client/application.h b/src/client/application.h index 571e5af..40da1da 100644 --- a/src/client/application.h +++ b/src/client/application.h @@ -23,9 +23,8 @@ public: /// shutdown the client Application virtual void shutdown(); -protected: /// quit the client Application - void quit(int result); + virtual void quit(int status); }; } -- cgit v1.2.3