aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2023-01-25 15:05:26 +0100
committerMartin Ridgers <[email protected]>2023-01-25 15:05:26 +0100
commite29cfbba1a240dd69368142a050a20985b6756e5 (patch)
tree764f39e8057763cdfaa526855c56669a09c0f7b5
parentUpdated Trace from Main at 23846526 (diff)
downloadzen-e29cfbba1a240dd69368142a050a20985b6756e5.tar.xz
zen-e29cfbba1a240dd69368142a050a20985b6756e5.zip
Fixed macro leaking out
-rw-r--r--thirdparty/trace/trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/trace/trace.h b/thirdparty/trace/trace.h
index 7930ce88b..612173ce1 100644
--- a/thirdparty/trace/trace.h
+++ b/thirdparty/trace/trace.h
@@ -5629,6 +5629,8 @@ inline void SerializeToCborImpl(TArray<uint8>&, const IAnalyzer::FEventData&, ui
# endif
#endif
+#undef check
+
#endif // TRACE_UE_COMPAT_LAYER