diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h index 6d46a1392..9365af4ec 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -122,7 +122,7 @@ class Graphics : public gcn::Graphics */ virtual bool setVideoMode(const int w, const int h, const int bpp, const bool fs, const bool hwaccel, - const bool resize, const bool noFrame); + const bool resize, const bool noFrame) = 0; /** * Set fullscreen mode. |