summaryrefslogtreecommitdiff
path: root/src/CommonAPI/ServicePublisher.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/ServicePublisher.hpp')
-rw-r--r--src/CommonAPI/ServicePublisher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/ServicePublisher.hpp b/src/CommonAPI/ServicePublisher.hpp
index 604bf07..bab75ed 100644
--- a/src/CommonAPI/ServicePublisher.hpp
+++ b/src/CommonAPI/ServicePublisher.hpp
@@ -20,7 +20,7 @@ bool ServicePublisher::registerService(std::shared_ptr<_Stub> stub,
std::shared_ptr<Factory> factory) {
std::shared_ptr<StubBase> stubBase = std::dynamic_pointer_cast<StubBase>(stub);
- return registerService(stubBase, _Stub::StubAdapterType::getInterfaceId(), participantId, serviceName, domain, factory);
+ return registerService(stubBase, _Stub::StubInterface::getInterfaceId(), participantId, serviceName, domain, factory);
}
template<typename _Stub>