diff options
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index b0208755b..3cdb39511 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NPCDIALOG_H -#define NPCDIALOG_H +#ifndef GUI_NPCDIALOG_H +#define GUI_NPCDIALOG_H #include "configlistener.h" @@ -276,4 +276,4 @@ class NpcDialog final : public Window, bool mLogInteraction; }; -#endif // NPCDIALOG_H +#endif // GUI_NPCDIALOG_H |