Fixed typo in ObjectGuid.h

This commit is contained in:
Shauren
2014-10-24 17:25:19 +02:00
parent e33d221d8e
commit 6938d821f9
@@ -297,7 +297,6 @@ namespace std
return boost::hash_range(reinterpret_cast<uint64 const*>(&key), reinterpret_cast<uint64 const*>(&key) + 2);
}
};
};
}
#endif // ObjectGuid_h__