diff options
Diffstat (limited to 'src/gui/setup_visual.h')
-rw-r--r-- | src/gui/setup_visual.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_visual.h b/src/gui/setup_visual.h index b8715f409..c76002c06 100644 --- a/src/gui/setup_visual.h +++ b/src/gui/setup_visual.h @@ -36,6 +36,7 @@ class Setup_Visual : public SetupTabScroll void apply(); + void action(const gcn::ActionEvent &event A_UNUSED); }; #endif |