aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BKeyboardState.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-03 05:00:57 +0200
committerEinar Johan Trøan Sømåen2012-07-03 05:00:57 +0200
commit6c6c0bb0167cbf004cf300a81dda71a952d93626 (patch)
tree29f067cc1034c049a810c720e3b55f11c33f081f /engines/wintermute/Base/BKeyboardState.h
parent9b0fa0e9263d7d99d898321b125d7eea5c6cf23d (diff)
downloadscummvm-rg350-6c6c0bb0167cbf004cf300a81dda71a952d93626.tar.gz
scummvm-rg350-6c6c0bb0167cbf004cf300a81dda71a952d93626.tar.bz2
scummvm-rg350-6c6c0bb0167cbf004cf300a81dda71a952d93626.zip
WINTERMUTE: Mass-rename "Value"->"value"
Diffstat (limited to 'engines/wintermute/Base/BKeyboardState.h')
-rw-r--r--engines/wintermute/Base/BKeyboardState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BKeyboardState.h b/engines/wintermute/Base/BKeyboardState.h
index 27aeac6ad9..982dc2998f 100644
--- a/engines/wintermute/Base/BKeyboardState.h
+++ b/engines/wintermute/Base/BKeyboardState.h
@@ -60,7 +60,7 @@ public:
// scripting interface
virtual CScValue *scGetProperty(const char *name);
- virtual HRESULT scSetProperty(const char *name, CScValue *Value);
+ virtual HRESULT scSetProperty(const char *name, CScValue *value);
virtual HRESULT scCallMethod(CScScript *script, CScStack *stack, CScStack *thisStack, const char *name);
virtual const char *scToString();