]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.cxx
Widget integration (step 2/6). WARNING: IT DOES NOT COMPILE YETgit shortlog !
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.cxx
index 09df979f3b0da19aceae48562c54c305a3ce435d..d68d2b7769148b53f44995ec37f5dbf5df35fd46 100644 (file)
@@ -65,7 +65,10 @@ DisconnectPipeline( )
 // -------------------------------------------------------------------------
 cpPlugins::Interface::DataObject::
 DataObject( )
-  : Superclass( )
+  : Superclass( ),
+    m_ITKObject( NULL ),
+    m_VTKObject( NULL ),
+    m_Source( NULL )
 {
   this->m_ClassName = "cpPlugins::Interface::DataObject";
   this->m_ClassCategory = "BasicObject";