aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/regionregistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math/regionregistry.h')
-rw-r--r--engines/sword25/math/regionregistry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/math/regionregistry.h b/engines/sword25/math/regionregistry.h
index f3befe8439..b50b261856 100644
--- a/engines/sword25/math/regionregistry.h
+++ b/engines/sword25/math/regionregistry.h
@@ -63,8 +63,8 @@ public:
return *m_InstancePtr.get();
}
- virtual bool Persist(OutputPersistenceBlock &Writer);
- virtual bool Unpersist(InputPersistenceBlock &Reader);
+ virtual bool persist(OutputPersistenceBlock &writer);
+ virtual bool unpersist(InputPersistenceBlock &reader);
private:
virtual void LogErrorLn(const char *Message) const;