mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9552] Make some compiler happy with forward class declaration.
This commit is contained in:
parent
c8fd454a79
commit
9a884bdd83
2 changed files with 3 additions and 1 deletions
|
|
@ -102,6 +102,8 @@ namespace MaNGOS
|
|||
struct SpellNotifierCreatureAndPlayer;
|
||||
}
|
||||
|
||||
class SpellCastTargets;
|
||||
|
||||
struct SpellCastTargetsReader
|
||||
{
|
||||
explicit SpellCastTargetsReader(SpellCastTargets& _targets, Unit* _caster) : targets(_targets), caster(_caster) {}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9551"
|
||||
#define REVISION_NR "9552"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue