diff options
Diffstat (limited to 'src/actions/chat.h')
-rw-r--r-- | src/actions/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/chat.h b/src/actions/chat.h index ccad18739..6f6708a99 100644 --- a/src/actions/chat.h +++ b/src/actions/chat.h @@ -50,6 +50,7 @@ namespace Actions decHandler(addText); decHandler(clearChat); decHandler(chatGeneralTab); + decHandler(chatDebugTab); } // namespace Actions #undef decHandler |