]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.h
minor bugfix
[clitk.git] / vv / vvSlicerManager.h
index a5eccce4e0610bc86da2f1c1e5ffdbc7e90891b2..5d8d5d2d846890c35e024f99e5e988bbf20ca3c4 100644 (file)
@@ -164,7 +164,7 @@ class vvSlicerManager : public QObject {
     mLinkedId.push_back(newId);
   }
   void RemoveLink(std::string oldId) {
-    mLinkedId.remove(oldId);
+    mLinkedId.remove(oldId); 
   }
 
   ///Remove the actor defined by its type and index (example: 3rd contour)