[profiler_capture_api] fixed clang compile error

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-10-29 14:45:25 -07:00
parent 9bc0422f0b
commit b2e6711196
+1 -1
View File
@@ -55,7 +55,7 @@ namespace AZ::Debug
// Globals
const int g_maxMessageLength = 4096;
static const char* g_dbgSystemWnd = "System";
Trace Debug::g_tracer;
Trace g_tracer;
void* g_exceptionInfo = nullptr;
// Environment var needed to track ignored asserts across systems and disable native UI under certain conditions