From 006d33c4a7e18abcba8cbbe9c24a10fb08c9b745 Mon Sep 17 00:00:00 2001 From: James Feist Date: Fri, 15 Jun 2018 11:36:27 -0700 Subject: Add double to ipmi::Value type ipmi::Value is used as the type in setDbusProperty. As properties are allowed to be doubles, add it to the type. Change-Id: I3d2dd5063100b8e73732740ce056fc476a7e1e44 Signed-off-by: James Feist --- types.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'types.hpp') diff --git a/types.hpp b/types.hpp index eb4cf8c..b6bab94 100644 --- a/types.hpp +++ b/types.hpp @@ -16,9 +16,9 @@ using DbusInterface = std::string; using DbusObjectInfo = std::pair; using DbusProperty = std::string; -using Value = sdbusplus::message::variant; +using Value = sdbusplus::message::variant; using PropertyMap = std::map; -- cgit v1.2.1