mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-17 19:43:08 +00:00
MSVC generates different symbols for class vs struct, confusing the linker.
This commit is contained in:
parent
1665822224
commit
ad911d4d03
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
class ObjectState;
|
struct ObjectState;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue