From e50a393de485f2425ed15fb82c2cc317090c37a4 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Sun, 2 Feb 2014 23:59:57 +0100 Subject: [PATCH] Fix linking issues on Windows using MSVC. --- apps/openmw/mwworld/livecellref.hpp | 2 +- apps/openmw/mwworld/refdata.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openmw/mwworld/livecellref.hpp b/apps/openmw/mwworld/livecellref.hpp index b2089fa7a..b2e4d6d56 100644 --- a/apps/openmw/mwworld/livecellref.hpp +++ b/apps/openmw/mwworld/livecellref.hpp @@ -9,7 +9,7 @@ namespace ESM { - class ObjectState; + struct ObjectState; } namespace MWWorld diff --git a/apps/openmw/mwworld/refdata.hpp b/apps/openmw/mwworld/refdata.hpp index d9f5697bd..19e3d4882 100644 --- a/apps/openmw/mwworld/refdata.hpp +++ b/apps/openmw/mwworld/refdata.hpp @@ -14,7 +14,7 @@ namespace ESM { class Script; class CellRef; - class ObjectState; + struct ObjectState; } namespace MWWorld