aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/UI/UIEdit.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-26 00:13:57 +0200
committerEinar Johan Trøan Sømåen2012-06-26 00:13:57 +0200
commit4f1989e6b82ed493b59a06df7744c62b668b5929 (patch)
tree40788c28938d2b5185753ec15ca2704137616d3c /engines/wintermute/UI/UIEdit.h
parent580ed9026f0f9e0cff5f6e9818c9e2248a0ae4e5 (diff)
downloadscummvm-rg350-4f1989e6b82ed493b59a06df7744c62b668b5929.tar.gz
scummvm-rg350-4f1989e6b82ed493b59a06df7744c62b668b5929.tar.bz2
scummvm-rg350-4f1989e6b82ed493b59a06df7744c62b668b5929.zip
WINTERMUTE: Rename FuncName->funcName in BBase
Diffstat (limited to 'engines/wintermute/UI/UIEdit.h')
-rw-r--r--engines/wintermute/UI/UIEdit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/UI/UIEdit.h b/engines/wintermute/UI/UIEdit.h
index 44bd6198a6..aea0f6088e 100644
--- a/engines/wintermute/UI/UIEdit.h
+++ b/engines/wintermute/UI/UIEdit.h
@@ -58,7 +58,7 @@ public:
HRESULT LoadFile(const char *Filename);
HRESULT LoadBuffer(byte *Buffer, bool Complete = true);
- virtual HRESULT SaveAsText(CBDynBuffer *Buffer, int Indent);
+ virtual HRESULT saveAsText(CBDynBuffer *Buffer, int Indent);
// scripting interface
virtual CScValue *scGetProperty(const char *Name);