aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/script/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/script/script.h')
-rw-r--r--engines/sword25/script/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/script/script.h b/engines/sword25/script/script.h
index e2750dbd5d..fded5e442c 100644
--- a/engines/sword25/script/script.h
+++ b/engines/sword25/script/script.h
@@ -103,8 +103,8 @@ public:
*/
virtual void SetCommandLine(const Common::Array<Common::String> &CommandLineParameters) = 0;
- virtual bool Persist(OutputPersistenceBlock &Writer) = 0;
- virtual bool Unpersist(InputPersistenceBlock &Reader) = 0;
+ virtual bool persist(OutputPersistenceBlock &writer) = 0;
+ virtual bool unpersist(InputPersistenceBlock &reader) = 0;
};
} // End of namespace Sword25