diff options
Diffstat (limited to 'src/gui/buttonbox.h')
-rw-r--r-- | src/gui/buttonbox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/buttonbox.h b/src/gui/buttonbox.h index edde4aa4..1741f7ba 100644 --- a/src/gui/buttonbox.h +++ b/src/gui/buttonbox.h @@ -60,8 +60,7 @@ class ButtonBox : public Window, public gcn::ActionListener * * @param event is the event that is generated */ - void - action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event); private: |