[9552] Make some compiler happy with forward class declaration.

This commit is contained in:
VladimirMangos 2010-03-08 20:44:39 +03:00
parent c8fd454a79
commit 9a884bdd83
2 changed files with 3 additions and 1 deletions

View file

@ -102,6 +102,8 @@ namespace MaNGOS
struct SpellNotifierCreatureAndPlayer; struct SpellNotifierCreatureAndPlayer;
} }
class SpellCastTargets;
struct SpellCastTargetsReader struct SpellCastTargetsReader
{ {
explicit SpellCastTargetsReader(SpellCastTargets& _targets, Unit* _caster) : targets(_targets), caster(_caster) {} explicit SpellCastTargetsReader(SpellCastTargets& _targets, Unit* _caster) : targets(_targets), caster(_caster) {}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9551" #define REVISION_NR "9552"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__