summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 378fdc6..cce3c35 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -84,7 +84,7 @@ public:
virtual bool Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow);
virtual int Run();
virtual void Exit();
- virtual bool OnPaint() { return false; }
+ virtual bool OnPaint() { return false; }
virtual bool OnHelp() { return false; }
virtual void Activate(bool f);