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
openmw-33
Alexander "Ace" Olofsson 10 years ago
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…
Cancel
Save