From b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2012 22:09:11 +0300 Subject: Improve constructors in some classes. --- src/gui/setup_video.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/setup_video.cpp') diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index 6daf87bf2..5250028d2 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -217,7 +217,9 @@ public: } }; -Setup_Video::Setup_Video(): +Setup_Video::Setup_Video() : + SetupTab(), + KeyListener(), mFullScreenEnabled(config.getBoolValue("screen")), mOpenGLEnabled(config.getIntValue("opengl")), mCustomCursorEnabled(config.getBoolValue("customcursor")), -- cgit v1.2.3-70-g09d2