[Core] Remove obsolete directive

This commit is contained in:
Antz 2015-01-21 15:38:09 +00:00 committed by Antz
parent deb9a167ea
commit 2d06f70da2
57 changed files with 139 additions and 139 deletions

View file

@ -125,7 +125,7 @@ class WorldUpdateCounter
uint32 m_tmStart;
};
class MANGOS_DLL_SPEC Object
class Object
{
public:
virtual ~Object();
@ -413,7 +413,7 @@ class MANGOS_DLL_SPEC Object
struct WorldObjectChangeAccumulator;
class MANGOS_DLL_SPEC WorldObject : public Object
class WorldObject : public Object
{
friend struct WorldObjectChangeAccumulator;
@ -421,7 +421,7 @@ class MANGOS_DLL_SPEC WorldObject : public Object
// class is used to manipulate with WorldUpdateCounter
// it is needed in order to get time diff between two object's Update() calls
class MANGOS_DLL_SPEC UpdateHelper
class UpdateHelper
{
public:
explicit UpdateHelper(WorldObject* obj) : m_obj(obj) {}