summaryrefslogtreecommitdiffhomepage
path: root/options/base-value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/base-value.hpp')
-rw-r--r--options/base-value.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/base-value.hpp b/options/base-value.hpp
index 9b2ebe53..6365f82a 100644
--- a/options/base-value.hpp
+++ b/options/base-value.hpp
@@ -67,7 +67,7 @@ protected:
virtual void store_variant(QVariant&&) noexcept = 0;
virtual void store_variant(const QVariant&) noexcept = 0;
- void maybe_trace(bool x) const;
+ void maybe_trace(const char* str) const;
template<typename t>
void store_(const t& datum)