diff options
Diffstat (limited to 'src/net/manaserv/attributes.h')
-rw-r--r-- | src/net/manaserv/attributes.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/manaserv/attributes.h b/src/net/manaserv/attributes.h index ba5931b8c..5e0aab38a 100644 --- a/src/net/manaserv/attributes.h +++ b/src/net/manaserv/attributes.h @@ -22,8 +22,7 @@ #ifndef NET_MANASERV_ATTRIBUTES_H #define NET_MANASERV_ATTRIBUTES_H -#include <string> -#include <vector> +#include "utils/stringvector.h" namespace ManaServ { @@ -41,7 +40,7 @@ namespace Attributes /** * Returns the list of base attribute labels. */ - std::vector<std::string>& getLabels(); + StringVect& getLabels(); /** * Give back the corresponding playerinfo Id from the attribute id |