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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index b021ead4..9aef8834 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -41,10 +41,10 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
void apply();
void cancel();
- void action(const std::string&);
+ 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;