diff options
Diffstat (limited to 'src/gui/questswindow.h')
-rw-r--r-- | src/gui/questswindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/questswindow.h b/src/gui/questswindow.h index c38522172..0d45881af 100644 --- a/src/gui/questswindow.h +++ b/src/gui/questswindow.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef QUESTS_WINDOW_H -#define QUESTS_WINDOW_H +#ifndef GUI_QUESTSWINDOW_H +#define GUI_QUESTSWINDOW_H #include "localconsts.h" @@ -103,4 +103,4 @@ class QuestsWindow final : public Window, extern QuestsWindow *questsWindow; -#endif +#endif // GUI_QUESTSWINDOW_H |