1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-23 06:41:08 +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
{
class Cell;
struct Cell;
class CellCoordinates;
class Data;
}