summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--control/manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/manager.cpp b/control/manager.cpp
index bc6b18e..6994f91 100644
--- a/control/manager.cpp
+++ b/control/manager.cpp
@@ -45,7 +45,7 @@ constexpr auto FAN_CONTROL_READY_TARGET = "obmc-fan-control-ready@0.target";
* @param[in] condition - The condition to check if true
* @return result - True if the condition is true
*/
-bool checkCondition(sdbusplus::bus::bus& bus, const auto& c)
+bool checkCondition(sdbusplus::bus::bus& bus, const Condition& c)
{
auto& type = std::get<conditionTypePos>(c);
auto& properties = std::get<conditionPropertyListPos>(c);
OpenPOWER on IntegriCloud