aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/renderobjectregistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/renderobjectregistry.cpp')
-rw-r--r--engines/sword25/gfx/renderobjectregistry.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sword25/gfx/renderobjectregistry.cpp b/engines/sword25/gfx/renderobjectregistry.cpp
index 4eecd54760..5082fe0e30 100644
--- a/engines/sword25/gfx/renderobjectregistry.cpp
+++ b/engines/sword25/gfx/renderobjectregistry.cpp
@@ -50,17 +50,17 @@ namespace Sword25 {
// Implementation
// -----------------------------------------------------------------------------
-std::auto_ptr<BS_RenderObjectRegistry> BS_RenderObjectRegistry::m_InstancePtr;
+std::auto_ptr<RenderObjectRegistry> RenderObjectRegistry::m_InstancePtr;
// -----------------------------------------------------------------------------
-void BS_RenderObjectRegistry::LogErrorLn(const char *Message) const {
+void RenderObjectRegistry::LogErrorLn(const char *Message) const {
BS_LOG_ERRORLN(Message);
}
// -----------------------------------------------------------------------------
-void BS_RenderObjectRegistry::LogWarningLn(const char *Message) const {
+void RenderObjectRegistry::LogWarningLn(const char *Message) const {
BS_LOG_WARNINGLN(Message);
}