1
0
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:
Alexander "Ace" Olofsson 2014-10-14 16:10:19 +02:00
parent 7d35199396
commit dc788512e2

View File

@ -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