mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +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
|
||||
{
|
||||
struct Environment;
|
||||
class Environment;
|
||||
|
||||
///< \brief Variant of the ContainerStore for NPCs
|
||||
class InventoryStore : public ContainerStore
|
||||
|
|
Loading…
Reference in a new issue