aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-05-27 02:04:07 +0200
committerJohannes Schickel2014-05-27 02:04:07 +0200
commit0adca2c579c29274f3c76bfe88b80b8ba9df26da (patch)
tree46fad599fca3c62251087523be2a9d8c359f0665 /gui/debugger.h
parentdaa8d57a866e2866369e432cf1d624179edc8875 (diff)
downloadscummvm-rg350-0adca2c579c29274f3c76bfe88b80b8ba9df26da.tar.gz
scummvm-rg350-0adca2c579c29274f3c76bfe88b80b8ba9df26da.tar.bz2
scummvm-rg350-0adca2c579c29274f3c76bfe88b80b8ba9df26da.zip
ALL: Rename Debugger::DVar_Register to Debugger::registerVar.
Diffstat (limited to 'gui/debugger.h')
-rw-r--r--gui/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/debugger.h b/gui/debugger.h
index a2a7aa2d86..6ccc77b129 100644
--- a/gui/debugger.h
+++ b/gui/debugger.h
@@ -107,7 +107,7 @@ protected:
*
* @todo replace this single method by type safe variants.
*/
- void DVar_Register(const Common::String &varname, void *variable, VarType type, int arraySize);
+ void registerVar(const Common::String &varname, void *variable, VarType type, int arraySize);
void DCmd_Register(const Common::String &cmdname, Debuglet *debuglet);