1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +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