From f883ad28b77a499fa66497158db425ce1db50f78 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 26 Mar 2009 09:55:21 -0600 Subject: Some code cleanups (mostly reducing how many calculations need to be done in certain statements, rearranging arguements to make them look cleaner, or overall making the code slightly more flexible) Signed-off-by: Ira Rice --- src/gui/ok_dialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/ok_dialog.h') diff --git a/src/gui/ok_dialog.h b/src/gui/ok_dialog.h index c84cf4c4..6cfe0798 100644 --- a/src/gui/ok_dialog.h +++ b/src/gui/ok_dialog.h @@ -35,7 +35,8 @@ class TextBox; * * \ingroup GUI */ -class OkDialog : public Window, public gcn::ActionListener { +class OkDialog : public Window, public gcn::ActionListener +{ public: /** * Constructor. -- cgit v1.2.3-70-g09d2