[10316] Make gcc happy once more...

This commit is contained in:
Lynx3d 2010-08-03 23:38:11 +02:00
parent d31ce2e2a3
commit 9648f4e1d9
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@
#include "SharedDefines.h" #include "SharedDefines.h"
class AreaTrigger;
class ChatHandler; class ChatHandler;
class WorldSession; class WorldSession;
class Creature; class Creature;

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 "10315" #define REVISION_NR "10316"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__