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 7bd2ee76d..a779fcc64 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -27,12 +27,12 @@ #include "gui/widgets/window.h" +#include "utils/stringvector.h" + #include <guichan/actionlistener.hpp> #include <guichan/listmodel.hpp> #include <list> -#include <string> -#include <vector> class BrowserBox; class ItemLinkHandler; @@ -201,7 +201,7 @@ class NpcDialog : public Window, public gcn::ActionListener, // Used for choice input ListBox *mItemList; gcn::ScrollArea *mListScrollArea; - std::vector<std::string> mItems; + StringVect mItems; ItemLinkHandler *mItemLinkHandler; // Used for string and integer input |