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 Data;
class Pathgrid;
struct Pathgrid;
}
namespace CSVRender