Repository: celix
Updated Branches:
  refs/heads/develop 2400f6e2e -> f153cf7d0


CELIX-438: Replaces deprecated api call


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/f153cf7d
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/f153cf7d
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/f153cf7d

Branch: refs/heads/develop
Commit: f153cf7d0e87bc1fd6fc7487a57517cb3a9030d0
Parents: 2400f6e
Author: Pepijn Noltes <[email protected]>
Authored: Sun Dec 2 14:51:14 2018 +0100
Committer: Pepijn Noltes <[email protected]>
Committed: Sun Dec 2 14:51:14 2018 +0100

----------------------------------------------------------------------
 libs/framework/include/celix/dm/DependencyManager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/f153cf7d/libs/framework/include/celix/dm/DependencyManager.h
----------------------------------------------------------------------
diff --git a/libs/framework/include/celix/dm/DependencyManager.h 
b/libs/framework/include/celix/dm/DependencyManager.h
index 0f77da7..c00872d 100644
--- a/libs/framework/include/celix/dm/DependencyManager.h
+++ b/libs/framework/include/celix/dm/DependencyManager.h
@@ -124,7 +124,7 @@ namespace celix { namespace dm {
          */
         template<typename T>
         void destroyComponent(Component<T> &component) {
-            dependencyManager_remove(cDepMan, component.cComponent());
+            celix_dependencyManager_remove(cDepMan, component.cComponent());
         }
 
         /**

Reply via email to