summaryrefslogtreecommitdiffstats
path: root/mslverify
diff options
context:
space:
mode:
Diffstat (limited to 'mslverify')
-rw-r--r--mslverify/util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mslverify/util.hpp b/mslverify/util.hpp
index e0d07ca..eefc1cd 100644
--- a/mslverify/util.hpp
+++ b/mslverify/util.hpp
@@ -125,7 +125,7 @@ static auto getProperty(::sdbusplus::bus::bus& bus, const std::string& busName,
"Get"s, interface, property);
::sdbusplus::message::variant<Property> value;
msg.read(value);
- return value.template get<Property>();
+ return ::sdbusplus::message::variant_ns::get<Property>(value);
}
/** @brief Get a property without mapper lookup. */
OpenPOWER on IntegriCloud