diff options
Diffstat (limited to 'src/gui/setup_perfomance.h')
-rw-r--r-- | src/gui/setup_perfomance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_perfomance.h b/src/gui/setup_perfomance.h index 7cfcee3b4..b3c237bd7 100644 --- a/src/gui/setup_perfomance.h +++ b/src/gui/setup_perfomance.h @@ -34,7 +34,7 @@ class NamesModel; class Setup_Perfomance final : public SetupTabScroll { public: - Setup_Perfomance(const Widget2 *const widget); + explicit Setup_Perfomance(const Widget2 *const widget); A_DELETE_COPY(Setup_Perfomance) |