diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/chat/manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/manager.cpp b/src/modules/chat/manager.cpp index 998698409b..611034cbe2 100644 --- a/src/modules/chat/manager.cpp +++ b/src/modules/chat/manager.cpp @@ -1465,6 +1465,7 @@ INT_PTR SvcGetChatManager(WPARAM wParam, LPARAM lParam) ci.ShowPopup = ShowPopup;
ci.LogToFile = LogToFile;
ci.GetChatLogsFilename = GetChatLogsFilename;
+ ci.GetColorIndex = GetColorIndex;
ci.Log_SetStyle = Log_SetStyle;
ci.IsHighlighted = IsHighlighted;
|