summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.h b/src/app/app.h
index bba55b2..e7ffd54 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -198,7 +198,7 @@ protected:
//! Handles some incoming events
bool ProcessEvent(const Event &event);
//! Renders the image in window
- bool Render();
+ void Render();
//! Opens the joystick device
bool OpenJoystick();