mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
MSVC generates different symbols for class vs struct, confusing the linker.
This commit is contained in:
parent
1665822224
commit
ad911d4d03
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
class ObjectState;
|
struct ObjectState;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
|
Loading…
x
Reference in New Issue
Block a user