diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-15 18:44:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-15 18:44:29 +0300 |
commit | 0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 (patch) | |
tree | 47839023fd9bc4b24db413a462c39fea3d0911de /src/gui/windows/npcdialog.h | |
parent | ca2f3bafe8815e5cba06426f24ef7acad6e699f4 (diff) | |
download | plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.tar.gz plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.tar.bz2 plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.tar.xz plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.zip |
Fix compilation without hercules support.
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r-- | src/gui/windows/npcdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index bc8cc284c..29f728c91 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -297,7 +297,9 @@ class NpcDialog final : public Window, Button *mResetButton A_NONNULLPOINTER; Inventory *mInventory A_NONNULLPOINTER; +#ifdef EATHENA_SUPPORT ComplexInventory *mComplexInventory A_NONNULLPOINTER; +#endif ItemContainer *mItemContainer A_NONNULLPOINTER; ScrollArea *mItemScrollArea A_NONNULLPOINTER; |