summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/windows/npcdialog.h3
1 files changed, 1 insertions, 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<Widget*> mSkinControls;