mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 09:28:21 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-2
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "../common/timer.h"
|
||||
#include <map>
|
||||
using namespace std;
|
||||
|
||||
/*typedef enum {
|
||||
updateMobPOS = 1,
|
||||
@@ -55,7 +54,7 @@ public:
|
||||
bool ack;
|
||||
};
|
||||
|
||||
typedef map<uint32, UMType > UMMap;
|
||||
typedef std::map<uint32, UMType > UMMap;
|
||||
|
||||
class UpdateManager {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user