summaryrefslogtreecommitdiff
path: root/src/gui/confirmdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/confirmdialog.h')
-rw-r--r--src/gui/confirmdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/confirmdialog.h b/src/gui/confirmdialog.h
index 392cd9e24..70eb10124 100644
--- a/src/gui/confirmdialog.h
+++ b/src/gui/confirmdialog.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef OPTION_DIALOG_H
-#define OPTION_DIALOG_H
+#ifndef GUI_CONFIRMDIALOG_H
+#define GUI_CONFIRMDIALOG_H
#include "localconsts.h"
@@ -59,4 +59,4 @@ class ConfirmDialog : public Window, public gcn::ActionListener
TextBox *mTextBox;
};
-#endif
+#endif // GUI_CONFIRMDIALOG_H