Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/application.h')
-rw-r--r--src/client/application.h3
1 files changed, 1 insertions, 2 deletions
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);
};
}