diff options
author | Eugene Sandulenko | 2011-03-17 17:29:40 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2011-03-17 17:31:09 +0200 |
commit | 4ea65d0a1e6c300007efc314d32936594818a003 (patch) | |
tree | ed105bfb2f48553aa7d4238f947905f31455aa33 | |
parent | 901b5e209743dc5fdee136758956809e7eaf7eda (diff) | |
download | scummvm-rg350-4ea65d0a1e6c300007efc314d32936594818a003.tar.gz scummvm-rg350-4ea65d0a1e6c300007efc314d32936594818a003.tar.bz2 scummvm-rg350-4ea65d0a1e6c300007efc314d32936594818a003.zip |
HUGO: renamed guard #defines
-rw-r--r-- | engines/hugo/dialogs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hugo/dialogs.h b/engines/hugo/dialogs.h index 0b7560a92a..ce53dab45e 100644 --- a/engines/hugo/dialogs.h +++ b/engines/hugo/dialogs.h @@ -23,8 +23,8 @@ * */ -#ifndef HUGO_TOPMENU_H -#define HUGO_TOPMENU_H +#ifndef HUGO_DIALOGS_H +#define HUGO_DIALOGS_H #include "gui/dialog.h" #include "gui/widgets/edittext.h" @@ -117,4 +117,4 @@ protected: } -#endif // HUGO_TOPMENU_H +#endif // HUGO_DIALOGS_H |