summaryrefslogtreecommitdiffstats
path: root/src/propertywatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/propertywatch.cpp')
-rw-r--r--src/propertywatch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/propertywatch.cpp b/src/propertywatch.cpp
index defde78..63a2c31 100644
--- a/src/propertywatch.cpp
+++ b/src/propertywatch.cpp
@@ -36,9 +36,9 @@ MappedPropertyIndex convert(const PropertyIndex& index)
for (const auto& i : index)
{
- const auto& path = std::get<0>(i.first);
- const auto& interface = std::get<1>(i.first);
- const auto& property = std::get<2>(i.first);
+ const auto& path = std::get<pathIndex>(i.first);
+ const auto& interface = std::get<interfaceIndex>(i.first);
+ const auto& property = std::get<propertyIndex>(i.first);
m[path][interface].push_back(property);
}
OpenPOWER on IntegriCloud