forked from teamnwah/openmw-tes3coop
Fix LNK2019 link error on Visual Studio 2010 builds
For some reason VS2010 (Haven't tested 2013) is REALLY pedantic about class/struct being two different things when it comes to function signatures
This commit is contained in:
parent
7d35199396
commit
dc788512e2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace MWMechanics
|
|||
class AiPackage;
|
||||
|
||||
template< class Base > class DerivedClassStorage;
|
||||
class AiTemporaryBase;
|
||||
struct AiTemporaryBase;
|
||||
typedef DerivedClassStorage<AiTemporaryBase> AiState;
|
||||
|
||||
/// \brief Sequence of AI-packages for a single actor
|
||||
|
|
Loading…
Reference in a new issue