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

Correct struct to class in forward declarations

Fixes http://bugs.openmw.org/issues/362
This commit is contained in:
Michael Mc Donnell 2012-08-13 13:53:54 -04:00
parent 97c45455fd
commit b373d0ec7b
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ namespace MWRender
namespace MWMechanics
{
struct CreatureStats;
class CreatureStats;
class NpcStats;
struct Movement;
}

View file

@ -7,7 +7,7 @@
namespace MWMechanics
{
struct NpcStats;
class NpcStats;
}
namespace MWWorld