]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ProcessObject.cxx
Widget integration (step 3/6). WARNING: IT DOES NOT COMPILE YET
[cpPlugins.git] / lib / cpPlugins / Interface / ProcessObject.cxx
index a53476f894a8b30953fadfb84322a211fcebd6bf..bc5f7f21aae6efc78678ff9aa2cd7957e03e7d2a 100644 (file)
@@ -121,7 +121,9 @@ ExecConfigurationDialog( QWidget* parent )
 // -------------------------------------------------------------------------
 cpPlugins::Interface::ProcessObject::
 ProcessObject( )
-  : Superclass( )
+  : Superclass( ),
+    m_ITKObject( NULL ),
+    m_VTKObject( NULL )
 {
   this->m_ClassName = "cpPlugins::Interface::ProcessObject";
   this->m_ClassCategory = "BasicObject";