mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Use short ptr for frame images.
This commit is contained in:
parent
2a28c6cc72
commit
ea23d2b91a
@ -531,7 +531,7 @@ struct SourceLocationComparator
|
||||
|
||||
struct FrameImage
|
||||
{
|
||||
const char* ptr;
|
||||
short_ptr<const char> ptr;
|
||||
uint32_t csz;
|
||||
uint16_t w, h;
|
||||
uint32_t frameRef;
|
||||
|
Loading…
Reference in New Issue
Block a user