diff options
Diffstat (limited to 'src/propertywatchimpl.hpp')
-rw-r--r-- | src/propertywatchimpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/propertywatchimpl.hpp b/src/propertywatchimpl.hpp index 9fe57d5..1f0e4d1 100644 --- a/src/propertywatchimpl.hpp +++ b/src/propertywatchimpl.hpp @@ -146,7 +146,7 @@ void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( continue; } - std::get<0>(std::get<2>(item->second).get()) = + std::get<valueIndex>(std::get<storageIndex>(item->second).get()) = p.second.template get<T>(); // Invoke callback if present. |