From 17a0353a85dde02acfe217cb63349fdb74f7c979 Mon Sep 17 00:00:00 2001 From: scrawl Date: Tue, 10 May 2016 17:36:25 +0200 Subject: [PATCH] Fix forward declaration mismatch --- components/sceneutil/pathgridutil.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sceneutil/pathgridutil.hpp b/components/sceneutil/pathgridutil.hpp index d547bbf3e..eb1ab1e3e 100644 --- a/components/sceneutil/pathgridutil.hpp +++ b/components/sceneutil/pathgridutil.hpp @@ -6,7 +6,7 @@ namespace ESM { - class Pathgrid; + struct Pathgrid; } namespace SceneUtil