From 06bce68860696f67f0a0ac1e9682635081918801 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 2 Sep 2010 17:11:45 +0000 Subject: SWORD25: Comply to the code conventions for several classes svn-id: r53310 --- engines/sword25/kernel/outputpersistenceblock.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines/sword25/kernel/outputpersistenceblock.h') diff --git a/engines/sword25/kernel/outputpersistenceblock.h b/engines/sword25/kernel/outputpersistenceblock.h index fab0552d31..154dbc9763 100644 --- a/engines/sword25/kernel/outputpersistenceblock.h +++ b/engines/sword25/kernel/outputpersistenceblock.h @@ -52,12 +52,12 @@ class OutputPersistenceBlock : public PersistenceBlock { public: OutputPersistenceBlock(); - void Write(signed int Value); - void Write(uint Value); - void Write(float Value); - void Write(bool Value); - void Write(const Common::String &String); - void Write(const void *BufferPtr, size_t Size); + void write(signed int Value); + void write(uint Value); + void write(float Value); + void write(bool Value); + void write(const Common::String &String); + void write(const void *BufferPtr, size_t Size); const void *GetData() const { return &m_Data[0]; -- cgit v1.2.3