aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationtemplateregistry.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-18 12:58:45 +0000
committerEugene Sandulenko2010-10-12 23:07:29 +0000
commit3fb0e9383b7da395d2d715c6f1abeb0252cac229 (patch)
tree48c0b3fdda51cb1cea6b55232d3262dabff17cd2 /engines/sword25/gfx/animationtemplateregistry.h
parentb01994a53bbc96da907a4c28934e644184291017 (diff)
downloadscummvm-rg350-3fb0e9383b7da395d2d715c6f1abeb0252cac229.tar.gz
scummvm-rg350-3fb0e9383b7da395d2d715c6f1abeb0252cac229.tar.bz2
scummvm-rg350-3fb0e9383b7da395d2d715c6f1abeb0252cac229.zip
SWORD25: Removed last traces of STL
svn-id: r53262
Diffstat (limited to 'engines/sword25/gfx/animationtemplateregistry.h')
-rw-r--r--engines/sword25/gfx/animationtemplateregistry.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/sword25/gfx/animationtemplateregistry.h b/engines/sword25/gfx/animationtemplateregistry.h
index 0aaa0d3728..b4bdeff5ab 100644
--- a/engines/sword25/gfx/animationtemplateregistry.h
+++ b/engines/sword25/gfx/animationtemplateregistry.h
@@ -43,9 +43,7 @@
#include "sword25/kernel/persistable.h"
#include "sword25/kernel/objectregistry.h"
-#include "sword25/kernel/memlog_off.h"
-#include <memory>
-#include "sword25/kernel/memlog_on.h"
+#include "common/ptr.h"
namespace Sword25 {
@@ -73,7 +71,7 @@ private:
virtual void LogErrorLn(const char *Message) const;
virtual void LogWarningLn(const char *Message) const;
- static std::auto_ptr<AnimationTemplateRegistry> m_InstancePtr;
+ static Common::ScopedPtr<AnimationTemplateRegistry> m_InstancePtr;
};
} // End of namespace Sword25