]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.h
index e2d79ffcc16ba3313d4b50b2b1e4e7f26759a60e..9293376a36bd39d246bb4b5812aee5a139df9ace 100644 (file)
@@ -31,7 +31,7 @@ namespace cpPlugins
       const ProcessObject* GetSource( ) const;
       void SetSource( ProcessObject* src );
 
-      void DisconnectPipeline( );
+      void DisconnectFromPipeline( );
 
     protected:
       DataObject( );
@@ -43,7 +43,7 @@ namespace cpPlugins
       Self& operator=( const Self& );
 
     protected:
-      ProcessObject* m_Source;
+      void* m_Source;
     };
 
   } // ecapseman