summaryrefslogtreecommitdiff
path: root/playerlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerlist.h')
-rw-r--r--playerlist.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/playerlist.h b/playerlist.h
index 0f095e2..514de48 100644
--- a/playerlist.h
+++ b/playerlist.h
@@ -24,14 +24,12 @@
#include "alphabetparameters.h"
#include "player.h"
-using namespace std;
-
namespace Quackle
{
class Player;
-class PlayerList : public vector<Player>
+class PlayerList : public std::vector<Player>
{
public:
PlayerList();