Remove 'using namespaces std' fixes #61

This commit is contained in:
Michael Cook
2013-05-22 16:17:19 -04:00
parent 312100e1c6
commit 0fdfe025cb
190 changed files with 1801 additions and 2004 deletions
+4 -4
View File
@@ -141,10 +141,10 @@ public:
private:
Mob* leader;
GroupLeadershipAA_Struct LeaderAbilities;
string MainTankName;
string MainAssistName;
string PullerName;
string NPCMarkerName;
std::string MainTankName;
std::string MainAssistName;
std::string PullerName;
std::string NPCMarkerName;
uint16 NPCMarkerID;
uint16 AssistTargetID;
uint16 TankTargetID;