diff options
author | Einar Johan Trøan Sømåen | 2012-07-03 05:00:57 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-03 05:00:57 +0200 |
commit | 6c6c0bb0167cbf004cf300a81dda71a952d93626 (patch) | |
tree | 29f067cc1034c049a810c720e3b55f11c33f081f /engines/wintermute/Base/BKeyboardState.h | |
parent | 9b0fa0e9263d7d99d898321b125d7eea5c6cf23d (diff) | |
download | scummvm-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.h | 2 |
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();
|