aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.h')
-rw-r--r--src/game/Object.h2
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*/ ) { }