diff options
Diffstat (limited to 'src/gui/ok_dialog.h')
-rw-r--r-- | src/gui/ok_dialog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/ok_dialog.h b/src/gui/ok_dialog.h index 4eac77de..eb0da2c0 100644 --- a/src/gui/ok_dialog.h +++ b/src/gui/ok_dialog.h @@ -28,8 +28,6 @@ #include "window.h" -#include "../guichanfwd.h" - /** * An 'Ok' button dialog. * @@ -43,7 +41,7 @@ class OkDialog : public Window, public gcn::ActionListener { * @see Window::Window */ OkDialog(const std::string &title, const std::string &msg, - gcn::ActionListener *listener = NULL, Window *parent = NULL); + Window *parent = NULL); /** * Called when receiving actions from the widgets. |