forked from mirror/openmw-tes3mp
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
|
||||
{
|
||||
class Cell;
|
||||
struct Cell;
|
||||
class CellCoordinates;
|
||||
class Data;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue