commit | 5124fb3584318a1e23285c4c36dbaf42694a86a9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 11:48:23 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 12:06:33 2020 -0500 |
tree | b288f13ec12e34d5c6440d99cbefa14043bf81f4 | |
parent | f29a6f1a3a5078a0c9b264ac5fb48403b8eb3729 [diff] [blame] |
sdbusplus: remove deprecated variant_ns Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3c785d33984b7c3af8671432c194db34be360b52
diff --git a/utility.hpp b/utility.hpp index 0f008e3..26968ec 100644 --- a/utility.hpp +++ b/utility.hpp
@@ -56,7 +56,7 @@ auto reply = bus.call(method); reply.read(property); - value = sdbusplus::message::variant_ns::get<T>(property); + value = std::get<T>(property); } /**