summaryrefslogtreecommitdiff
path: root/src/playerrelations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerrelations.h')
-rw-r--r--src/playerrelations.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/playerrelations.h b/src/playerrelations.h
index 143a82477..91f5c2e9e 100644
--- a/src/playerrelations.h
+++ b/src/playerrelations.h
@@ -23,10 +23,10 @@
#ifndef PLAYER_RELATIONS_H
#define PLAYER_RELATIONS_H
+#include "utils/stringvector.h"
+
#include <list>
#include <map>
-#include <string>
-#include <vector>
class Being;
@@ -200,10 +200,9 @@ class PlayerRelationsManager
* Retrieves a sorted vector of all players for which we have any
* relations recorded.
*/
- std::vector<std::string> *getPlayers();
+ StringVect *getPlayers();
- std::vector<std::string> *getPlayersByRelation(PlayerRelation::Relation
- rel);
+ StringVect *getPlayersByRelation(PlayerRelation::Relation rel);
/**
* Removes all recorded player info.