summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index df6dc85e..482d1c65 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -44,7 +44,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
void action(const std::string &eventId, gcn::Widget *widget);
/** Called when key is pressed */
- void keyPress(const gcn::Key &key);
+ void keyPress(const gcn::Key& key);
private:
bool mFullScreenEnabled;