diff options
Diffstat (limited to 'src/gui/widgets/tabs/chattab.h')
-rw-r--r-- | src/gui/widgets/tabs/chattab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chattab.h b/src/gui/widgets/tabs/chattab.h index b22074623..6f0f042b7 100644 --- a/src/gui/widgets/tabs/chattab.h +++ b/src/gui/widgets/tabs/chattab.h @@ -36,7 +36,7 @@ class ScrollArea; /** * A tab for the chat window. This is special to ease chat handling. */ -class ChatTab : public Tab +class ChatTab notfinal : public Tab { public: /** |