diff options
Diffstat (limited to 'src/game/MotionMaster.h')
-rw-r--r-- | src/game/MotionMaster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MotionMaster.h b/src/game/MotionMaster.h index ad6f3a3615f..9133da7d7b5 100644 --- a/src/game/MotionMaster.h +++ b/src/game/MotionMaster.h @@ -78,7 +78,7 @@ enum RotateDirection // assume it is 25 yard per 0.6 second #define SPEED_CHARGE 42.0f -class TRINITY_DLL_SPEC MotionMaster //: private std::stack<MovementGenerator *> +class MotionMaster //: private std::stack<MovementGenerator *> { private: //typedef std::stack<MovementGenerator *> Impl; |