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