rename Object type to InterfaceMap
Rename the Object type to InterfaceMap to give it a less opaque name.
The word object is somewhat overloaded.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie1862450c15c8a8cecf7fcbec3552608d6a20cce
diff --git a/targets.hpp b/targets.hpp
index 540338c..a954394 100644
--- a/targets.hpp
+++ b/targets.hpp
@@ -70,7 +70,7 @@
std::shared_ptr<T> target;
namespace fs = std::filesystem;
- auto& obj = std::get<Object>(info);
+ auto& obj = std::get<InterfaceMap>(info);
auto& objPath = std::get<std::string>(info);
auto type = Targets<T>::type;