]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / Image.h
index 30bfbf549cb1b725d32cc86063ae46b09d47649a..729acdf682aaaa382d4e50db41ab40dadda85666 100644 (file)
@@ -5,7 +5,9 @@
 
 #include <itkProcessObject.h>
 
-// -------------------------------------------------------------------------
+// Some forward declarations
+class vtkObject;
+
 namespace cpPlugins
 {
   namespace Interface
@@ -24,7 +26,7 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( Image, DataObject );
-      cpPlugins_Id_Macro( Image, "DataObject" );
+      cpPlugins_Id_Macro( Image, DataObject );
 
     public:
       template< class I >