diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-03 06:32:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-03 06:32:17 +0200 |
commit | f134100adcdaa5895edcf8819635b6d23e7c7efd (patch) | |
tree | 9ac78b2f91a03906b0baf5c4dade5bab78adac2d /options | |
parent | 1bb21a80f3173d4e1c254fddd803559bf84a364a (diff) |
irrelevant busywork
Diffstat (limited to 'options')
-rw-r--r-- | options/scoped.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/scoped.hpp b/options/scoped.hpp index 49c3d18f..452708f4 100644 --- a/options/scoped.hpp +++ b/options/scoped.hpp @@ -27,7 +27,7 @@ struct OTR_OPTIONS_EXPORT opts bundle b; virtual ~opts(); - opts(const QString& name); + explicit opts(const QString& name); opts& operator=(const opts&) = delete; opts(const opts&) = delete; |