summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r--src/gui/charcreatedialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h
index 8be421543..15fdf7466 100644
--- a/src/gui/charcreatedialog.h
+++ b/src/gui/charcreatedialog.h
@@ -32,9 +32,6 @@
#include <guichan/actionlistener.hpp>
-#include <string>
-#include <vector>
-
class LocalPlayer;
class PlayerBox;
class TextField;
@@ -64,7 +61,7 @@ class CharCreateDialog : public Window, public gcn::ActionListener
*/
void unlock();
- void setAttributes(const std::vector<std::string> &labels,
+ void setAttributes(const StringVect &labels,
int available,
int min, int max);