diff options
Diffstat (limited to 'src/gui/setup_touch.h')
-rw-r--r-- | src/gui/setup_touch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_touch.h b/src/gui/setup_touch.h index eb8c15c2a..e15e9de4d 100644 --- a/src/gui/setup_touch.h +++ b/src/gui/setup_touch.h @@ -31,7 +31,7 @@ class TextField; class Setup_Touch final : public SetupTabScroll { public: - Setup_Touch(const Widget2 *const widget); + explicit Setup_Touch(const Widget2 *const widget); A_DELETE_COPY(Setup_Touch) |