From ec339ab81152e5d0bf3c4d19b7f2ed726d55bdc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 13:08:53 +0300 Subject: fix const in definition in graphics.h --- src/render/graphics.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/render/graphics.h b/src/render/graphics.h index fd87e6733..78e348be6 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -392,8 +392,9 @@ class Graphics : public gcn::Graphics const bool useColor) = 0; - void setMainFlags(int w, int h, int bpp, bool fs, - bool hwaccel, bool resize, bool noFrame); + void setMainFlags(const int w, const int h, const int bpp, + const bool fs, const bool hwaccel, + const bool resize, const bool noFrame); int getOpenGLFlags() const A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50