]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Object.cxx
...
[cpPlugins.git] / lib / cpPlugins / Object.cxx
index ed43822d7f797b828a12fc01342b0d775ccab231..054321c22888628d7d702a71543a9599575ade82 100644 (file)
@@ -51,6 +51,7 @@ Modified( ) const
   vtkObject* v = const_cast< vtkObject* >( this->GetVTK< vtkObject >( ) );
   if( i != NULL ) i->Modified( );
   if( v != NULL ) v->Modified( );
+  this->Superclass::Modified( );
 }
 
 // -------------------------------------------------------------------------