summaryrefslogtreecommitdiffstats
path: root/control/handlers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/handlers.hpp')
-rw-r--r--control/handlers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/handlers.hpp b/control/handlers.hpp
index ef5d5d8..6661e1a 100644
--- a/control/handlers.hpp
+++ b/control/handlers.hpp
@@ -64,7 +64,7 @@ auto removeInterface(const char* path, const char* interface)
{
return[=](auto& zone)
{
- zone.removeObjIntf(path, interface);
+ zone.removeObjectInterface(path, interface);
};
}
OpenPOWER on IntegriCloud