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

deque
cc9cii 11 years ago
parent 1665822224
commit ad911d4d03

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

Loading…
Cancel
Save