aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMichaƂ Janiszewski2018-10-31 16:28:21 +0100
committerD G Turner2018-10-31 18:53:28 +0000
commitcf9690f6b6835b3a9c42013f1b941e85f99129da (patch)
tree32971119b207e38a39d8173b198cc73cc1924f5a /gui
parentb87391338e1e91aa213247420e4bfcb7e09e984d (diff)
downloadscummvm-rg350-cf9690f6b6835b3a9c42013f1b941e85f99129da.tar.gz
scummvm-rg350-cf9690f6b6835b3a9c42013f1b941e85f99129da.tar.bz2
scummvm-rg350-cf9690f6b6835b3a9c42013f1b941e85f99129da.zip
GUI: Fix duplicate include guard
The guard clashed with engines/dialogs.h
Diffstat (limited to 'gui')
-rw-r--r--gui/predictivedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/predictivedialog.h b/gui/predictivedialog.h
index 1f6bdf84e0..a8be4342a0 100644
--- a/gui/predictivedialog.h
+++ b/gui/predictivedialog.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GLOBAL_DIALOGS_H
-#define GLOBAL_DIALOGS_H
+#ifndef GUI_PREDICTIVEDIALOG_H
+#define GUI_PREDICTIVEDIALOG_H
#include "gui/dialog.h"
#include "common/str.h"