From 1c8aece53c6f4008f8abedb817ecbc5cd749a27c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 11 May 2020 22:13:07 +0200 Subject: [PATCH] No saving if there's no file selector. --- server/TracySourceView.cpp | 4 ++++ server/TracySourceView.hpp | 2 ++ 2 files changed, 6 insertions(+) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index e4834ff2..9edb209c 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1721,11 +1721,13 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_map::max() ); +#endif struct TokenizerState {