1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 20:36:40 +00:00

Fix forward declaration.

This commit is contained in:
Aesylwinn 2016-05-16 23:06:36 -04:00
parent 9d02286592
commit 5a7ebab694

View file

@ -25,7 +25,7 @@ namespace CSMWorld
{ {
class CommandMacro; class CommandMacro;
class Data; class Data;
class Pathgrid; struct Pathgrid;
} }
namespace CSVRender namespace CSVRender