From ea23d2b91a4b7bcc1ae4b1c298854e8c64c1487e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 2 Nov 2019 15:39:36 +0100 Subject: [PATCH] Use short ptr for frame images. --- server/TracyEvent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 2d034597..e4dc9fa6 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -531,7 +531,7 @@ struct SourceLocationComparator struct FrameImage { - const char* ptr; + short_ptr ptr; uint32_t csz; uint16_t w, h; uint32_t frameRef;