This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/refactor_c_dep_man_service_trackers in repository https://gitbox.apache.org/repos/asf/celix.git
commit a4bb50ed11c7361ca9780b8a3e776ac288a88cfb Author: Pepijn Noltes <[email protected]> AuthorDate: Tue Jan 5 20:26:38 2021 +0100 Fixes typo --- libs/framework/include/celix/dm/DependencyManager_Impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/framework/include/celix/dm/DependencyManager_Impl.h b/libs/framework/include/celix/dm/DependencyManager_Impl.h index e021ffa..2d3b578 100644 --- a/libs/framework/include/celix/dm/DependencyManager_Impl.h +++ b/libs/framework/include/celix/dm/DependencyManager_Impl.h @@ -25,7 +25,7 @@ inline DependencyManager::DependencyManager(celix_bundle_context_t *ctx) : context{ctx, [](celix_bundle_context_t*){/*nop*/}}, cDepMan{celix_bundleContext_getDependencyManager(ctx), [](celix_dependency_manager_t*){/*nop*/}} {} -inline DependencyManager::~DependencyManager() {/*nop} +inline DependencyManager::~DependencyManager() {/*nop*/} template<class T> Component<T>& DependencyManager::createComponentInternal(std::string name) {
