Use SensorBaseConfigMap where applicable
If we've got a more concise, descriptive name for it, we might as well
use it.
Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: Id2f1bd8f983b4e0c2ca24b24c9fc9b875f4191f5
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index c710b4d..1683e39 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -377,8 +377,7 @@
continue;
}
- const std::pair<std::string, boost::container::flat_map<
- std::string, BasicVariantType>>*
+ const std::pair<std::string, SensorBaseConfigMap>*
baseConfig = nullptr;
const SensorData* sensorData = nullptr;
const std::string* interfacePath = nullptr;