From 5c3746562bafd61603c67958fc82ff097a69e3a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 12:49:08 +0300 Subject: Add missing const and static into other classes. --- src/game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 08349cdaa..023796290 100644 --- a/src/game.h +++ b/src/game.h @@ -107,12 +107,12 @@ class Game final static void closeDialogs(); - void videoResized(const int width, const int height) const; + static void videoResized(const int width, const int height); bool getValidSpeed() const A_WARN_UNUSED { return mValidSpeed; } - void moveInDirection(const unsigned char direction); + static void moveInDirection(const unsigned char direction); static bool createScreenshot(); -- cgit v1.2.3-60-g2f50