summaryrefslogtreecommitdiffstats
path: root/monitor/fan.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/fan.hpp')
-rw-r--r--monitor/fan.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/fan.hpp b/monitor/fan.hpp
index 0b0c047..fb87b66 100644
--- a/monitor/fan.hpp
+++ b/monitor/fan.hpp
@@ -190,7 +190,7 @@ class Fan
/**
* The sensor objects for the fan
*/
- std::vector<std::unique_ptr<TachSensor>> _sensors;
+ std::vector<std::shared_ptr<TachSensor>> _sensors;
/**
* The tach trust manager object
OpenPOWER on IntegriCloud