mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-2
@@ -30,7 +30,6 @@
|
||||
#define MAX_CLIENT_LOG_MESSAGE_LENGTH 512
|
||||
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
class Client;
|
||||
|
||||
@@ -50,7 +49,7 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
vector<Client *> entries[EQEMuLog::MaxLogID];
|
||||
std::vector<Client *> entries[EQEMuLog::MaxLogID];
|
||||
|
||||
static char _buffer[MAX_CLIENT_LOG_MESSAGE_LENGTH+1];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user