]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.h
More on graph editor
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.h
index 46682197b81eee9b3bae03f355965dec90b18e20..05b70239dc06bda7ff7ac5e7451bbca89f050b95 100644 (file)
@@ -26,8 +26,9 @@ namespace cpPlugins
       typedef itk::SmartPointer< const Self > ConstPointer;
 
     public:
+      itkNewMacro( Self );
       itkTypeMacro( DataObject, Object );
-      cpPlugins_Id_Macro( DataObject, "BasicObject" );
+      cpPlugins_Id_Macro( DataObject, BasicObject );
 
     public:
       ProcessObject* GetSource( );