diff options
author | megamage <none@none> | 2009-08-13 11:47:38 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-13 11:47:38 -0500 |
commit | 9cff946d8d6e91eaa096e2b0702b788fa1c5327e (patch) | |
tree | 467a2bb27feaae85ca167d88e25bafb0c71ca6ac /src/game/Object.h | |
parent | 6b19d80f72c475e6e3fdcfb21944b7c3500402bf (diff) |
*Add an assert in ~worldobject
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.h')
-rw-r--r-- | src/game/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 28825d2154f..74527ca5df2 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -367,7 +367,7 @@ class TRINITY_DLL_SPEC Object class TRINITY_DLL_SPEC WorldObject : public Object { public: - virtual ~WorldObject ( ) {} + virtual ~WorldObject(); virtual void Update ( uint32 /*time_diff*/ ) { } |