aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/renderobjectregistry.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-30 12:19:13 +0000
committerEugene Sandulenko2010-10-12 21:54:21 +0000
commit69b618a8f5517c609a5e94d9609dc27aea2ad573 (patch)
treedbe17f994eb3195b7ee334b3dd03a1f6827760bb /engines/sword25/gfx/renderobjectregistry.h
parente8bca8b8fe0f80e0d5053b190840b034f50ae163 (diff)
downloadscummvm-rg350-69b618a8f5517c609a5e94d9609dc27aea2ad573.tar.gz
scummvm-rg350-69b618a8f5517c609a5e94d9609dc27aea2ad573.tar.bz2
scummvm-rg350-69b618a8f5517c609a5e94d9609dc27aea2ad573.zip
SWORD25: Compilation fixes
Majority of files now compile under Windoze. svn-id: r53182
Diffstat (limited to 'engines/sword25/gfx/renderobjectregistry.h')
-rwxr-xr-xengines/sword25/gfx/renderobjectregistry.h2
1 files changed, 2 insertions, 0 deletions
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;