]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.cxx
index 489392d57651f271eedfbd7032c81b4c78b5e63c..0bbe13bdeb4973d0d23ee9b11c3f350aabcca5e5 100644 (file)
@@ -80,8 +80,10 @@ DataObject( )
 cpPlugins::Interface::DataObject::
 ~DataObject( )
 {
-  auto ptr = reinterpret_cast< ProcessObject::Pointer* >( this->m_Source );
-  delete ptr;
+  /* TODO
+     auto ptr = reinterpret_cast< ProcessObject::Pointer* >( this->m_Source );
+     delete ptr;
+  */
 }
 
 // eof - $RCSfile$