mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-10 23:29:45 +00:00
Cosmetics.
This commit is contained in:
@@ -703,7 +703,7 @@ public:
|
||||
|
||||
void CacheSourceFiles();
|
||||
|
||||
StringLocation StoreString(const char* str, size_t sz);
|
||||
StringLocation StoreString( const char* str, size_t sz );
|
||||
|
||||
std::vector<uint32_t>& GetPendingThreadHints() { return m_pendingThreadHints; }
|
||||
void ClearPendingThreadHints() { m_pendingThreadHints.clear(); }
|
||||
|
||||
Reference in New Issue
Block a user