1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:45:33 +00:00

MSVC generates different symbols for class vs struct, confusing the linker.

This commit is contained in:
cc9cii 2014-05-27 22:09:08 +10:00
parent 1665822224
commit ad911d4d03

View file

@ -5,7 +5,7 @@
namespace ESM
{
class ObjectState;
struct ObjectState;
}
namespace MWWorld