diff options
author | MichaĆ Janiszewski | 2018-10-31 16:28:21 +0100 |
---|---|---|
committer | D G Turner | 2018-10-31 18:53:28 +0000 |
commit | cf9690f6b6835b3a9c42013f1b941e85f99129da (patch) | |
tree | 32971119b207e38a39d8173b198cc73cc1924f5a /gui/predictivedialog.h | |
parent | b87391338e1e91aa213247420e4bfcb7e09e984d (diff) | |
download | scummvm-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/predictivedialog.h')
-rw-r--r-- | gui/predictivedialog.h | 4 |
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" |