fix a bug i made...but it prevents things going out of scope/losing

reference
This commit is contained in:
DarthArgus
2014-10-27 19:05:12 -07:00
parent 425e807268
commit 203a1aee47
@@ -45,7 +45,7 @@ class RemoteDebug::Variable
int32 intValue;
float floatValue;
int32 boolValue;
char* stringValue;
char stringValue;
};
Variable(const std::string& name, void *memLoc, VARIABLE_TYPES type);