Wrong #define.

This commit is contained in:
wrenczes@gmail.com
2011-04-25 08:42:47 +00:00
parent 3ea5e54d95
commit 7a1ed5278a

View File

@@ -282,7 +282,7 @@ ManaCost::ManaCost(ManaCost * manaCost)
// Copy Constructor
ManaCost::ManaCost(const ManaCost& manaCost)
#ifdef SUPPORT_OBJECT_ANALYTICS
#ifdef TRACK_OBJECT_USAGE
: InstanceCounter<ManaCost>(manaCost)
#endif
{