mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
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
@ -26,7 +26,7 @@ namespace MWMechanics
|
|||||||
class AiPackage;
|
class AiPackage;
|
||||||
|
|
||||||
template< class Base > class DerivedClassStorage;
|
template< class Base > class DerivedClassStorage;
|
||||||
class AiTemporaryBase;
|
struct AiTemporaryBase;
|
||||||
typedef DerivedClassStorage<AiTemporaryBase> AiState;
|
typedef DerivedClassStorage<AiTemporaryBase> AiState;
|
||||||
|
|
||||||
/// \brief Sequence of AI-packages for a single actor
|
/// \brief Sequence of AI-packages for a single actor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user