diff options
Diffstat (limited to 'src/gui/setup_chat.cpp')
-rw-r--r-- | src/gui/setup_chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp index 6a4abdf81..b03211872 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -41,8 +41,8 @@ #include "debug.h" -Setup_Chat::Setup_Chat() : - SetupTabScroll() +Setup_Chat::Setup_Chat(const Widget2 *const widget) : + SetupTabScroll(widget) { setName(_("Chat")); |