From 1d99b1b7caca8c41c74f01a3920ef432f0f00c18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 5 Oct 2016 00:08:11 +0300 Subject: Fix compilation without C++11 flags. --- src/gui/windows/npcdialog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index 429cf95c7..4bdb2b0bf 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -231,7 +231,7 @@ class NpcDialog final : public Window, const int amount, const int slot); - NpcInputState getInputState() + NpcInputStateT getInputState() { return mInputState; } void copyToClipboard(const int x, const int y) const; @@ -306,7 +306,6 @@ class NpcDialog final : public Window, ItemContainer *mItemContainer A_NONNULLPOINTER; ScrollArea *mItemScrollArea A_NONNULLPOINTER; - NpcInputStateT mInputState; NpcActionStateT mActionState; std::vector mSkinControls; -- cgit v1.2.3-60-g2f50