aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-10 17:56:42 -0500
committermegamage <none@none>2009-04-10 17:56:42 -0500
commitc106914e945dbf5ce9a249a80f1e30ca10bf06e2 (patch)
tree0f4c8d9a32e3673d4d80303e7e03e613b5195594 /src/game/Object.h
parent7f5a9de703f17a2d5fb66ff0a04400d4faa774d9 (diff)
*Remove some invalid template functions.
--HG-- branch : trunk
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 43add24d98d..2fd45b45688 100644
--- a/src/game/Object.h
+++ b/src/game/Object.h
@@ -127,7 +127,7 @@ class TRINITY_DLL_SPEC Object
public:
virtual ~Object ( );
- const bool& IsInWorld() const { return m_inWorld; }
+ const bool IsInWorld() const { return m_inWorld; }
virtual void AddToWorld()
{
if(m_inWorld)