mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 10:36:42 +00:00
Fix linker error in windows.
This commit is contained in:
parent
77604086e2
commit
00b8ce6b35
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace MWMechanics
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
{
|
{
|
||||||
struct Environment;
|
class Environment;
|
||||||
|
|
||||||
///< \brief Variant of the ContainerStore for NPCs
|
///< \brief Variant of the ContainerStore for NPCs
|
||||||
class InventoryStore : public ContainerStore
|
class InventoryStore : public ContainerStore
|
||||||
|
|
Loading…
Reference in a new issue