From 69b618a8f5517c609a5e94d9609dc27aea2ad573 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 30 Jul 2010 12:19:13 +0000 Subject: SWORD25: Compilation fixes Majority of files now compile under Windoze. svn-id: r53182 --- engines/sword25/gfx/renderobjectregistry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sword25/gfx/renderobjectregistry.h') diff --git a/engines/sword25/gfx/renderobjectregistry.h b/engines/sword25/gfx/renderobjectregistry.h index ead50dc665..0d30912b0b 100755 --- a/engines/sword25/gfx/renderobjectregistry.h +++ b/engines/sword25/gfx/renderobjectregistry.h @@ -50,6 +50,8 @@ public: return *m_InstancePtr.get(); } + virtual ~BS_RenderObjectRegistry() {} + private: virtual void LogErrorLn(const char * Message) const; virtual void LogWarningLn(const char * Message) const; -- cgit v1.2.3