diff options
-rw-r--r-- | src/gui/setup_chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 53818caf4..4251ebe17 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -37,9 +37,9 @@ class Setup_Chat final : public SetupTabScroll A_DELETE_COPY(Setup_Chat) - void apply(); + void apply() override; - void externalUpdated(); + void externalUpdated() override; }; #endif |