Cosmetics.

This commit is contained in:
Bartosz Taudul
2026-01-24 01:16:28 +01:00
parent 5e078ed0dd
commit b624ada00a

View File

@@ -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(); }