summaryrefslogtreecommitdiffhomepage
path: root/options/scoped.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/scoped.hpp')
-rw-r--r--options/scoped.hpp2
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;