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 f000edb1..aabced2a 100644
--- a/options/base-value.hpp
+++ b/options/base-value.hpp
@@ -38,7 +38,7 @@ public:
// MSVC has ODR problems in 15.4
// no C++17 "constexpr inline" for data declarations in MSVC
template<typename t>
- constexpr static auto signal_fun()
+ constexpr static auto value_changed()
{
return static_cast<signal_sig<t>>(&base_value::valueChanged);
}