fix: stupid

This commit is contained in:
Tropical
2026-03-06 20:39:58 -06:00
parent 6131826226
commit 653a2c4289
68 changed files with 118 additions and 118 deletions

View File

@@ -63,7 +63,7 @@ void ChatIntegrationLayer::InitializeChatManager(
InitializeCriticalSection(&m_csAddedUsers);
std::<ChatIntegrationLayer> weakPtrToThis = shared_from_this();
std::weak_ptr<ChatIntegrationLayer> weakPtrToThis = shared_from_this();
#ifdef PROFILE
m_chatManager->ChatSettings->PerformanceCountersEnabled = true;