mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 17:19:39 +00:00
Fix struct/class mismatch.
This commit is contained in:
parent
1f32f1eef5
commit
16d0580ce8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace osg
|
||||||
|
|
||||||
namespace CSMWorld
|
namespace CSMWorld
|
||||||
{
|
{
|
||||||
class Cell;
|
struct Cell;
|
||||||
class CellCoordinates;
|
class CellCoordinates;
|
||||||
class Data;
|
class Data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue