From 07c9fea9cbde6ca260e5e8be99f976a51752b4d7 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 27 May 2014 02:04:08 +0200 Subject: GUI: Slight naming cleanup in Debugger. --- gui/debugger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/debugger.h') diff --git a/gui/debugger.h b/gui/debugger.h index 9dbc4084e8..f764623e90 100644 --- a/gui/debugger.h +++ b/gui/debugger.h @@ -89,7 +89,7 @@ protected: DVAR_STRING }; - struct DVar { + struct Var { Common::String name; void *variable; VarType type; @@ -125,7 +125,7 @@ private: */ uint _frameCountdown; - Common::Array _dvars; + Common::Array _vars; typedef Common::HashMap, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo> CommandsMap; CommandsMap _cmds; -- cgit v1.2.3