presence: Fix variant change
Found issue with variant usage in latest CI updates.
Tested: N/A
Change-Id: Ib750e1241fceb89a4eff8ebc3f566137dfa5b76b
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/presence/fan.cpp b/presence/fan.cpp
index 9d300c3..214ad1b 100644
--- a/presence/fan.cpp
+++ b/presence/fan.cpp
@@ -40,7 +40,7 @@
{
using namespace sdbusplus::message;
- using Properties = std::map<std::string, variant<std::string, bool>>;
+ using Properties = std::map<std::string, std::variant<std::string, bool>>;
using Interfaces = std::map<std::string, Properties>;
std::map<object_path, Interfaces> obj = {{