diff options
Diffstat (limited to 'src/gui/setup_chat.h')
-rw-r--r-- | src/gui/setup_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 2e519f11c..53818caf4 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -33,7 +33,7 @@ class EditDialog; class Setup_Chat final : public SetupTabScroll { public: - Setup_Chat(const Widget2 *const widget); + explicit Setup_Chat(const Widget2 *const widget); A_DELETE_COPY(Setup_Chat) |