1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 21:19:40 +00:00

Fix struct/class mismatch.

This commit is contained in:
Aesylwinn 2016-08-05 15:39:08 -04:00
parent 1f32f1eef5
commit 16d0580ce8

View file

@ -20,7 +20,7 @@ namespace osg
namespace CSMWorld namespace CSMWorld
{ {
class Cell; struct Cell;
class CellCoordinates; class CellCoordinates;
class Data; class Data;
} }