diff --git a/engine/shared/library/sharedDebug/src/shared/RemoteDebug_inner.h b/engine/shared/library/sharedDebug/src/shared/RemoteDebug_inner.h index d3dd088a..fb97c980 100644 --- a/engine/shared/library/sharedDebug/src/shared/RemoteDebug_inner.h +++ b/engine/shared/library/sharedDebug/src/shared/RemoteDebug_inner.h @@ -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);