]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface.h
Now it compiles again on Windows.
[cpPlugins.git] / lib / cpPlugins / Interface.h
index 5dcd843ab00ff924f2d344a1a06c545d2fe15347..e2f5b0c814ed6d4381e89402bf1e1a66496e3126 100644 (file)
@@ -16,7 +16,7 @@ namespace cpPlugins
   public:
     typedef Interface Self;
 
-    typedef cpPlugins::ProcessObject::Pointer ( *TCreator )( );
+    typedef void* ( *TCreator )( );
     typedef std::pair< std::string, TCreator >               TDynFunc;
     typedef std::map< std::string, TDynFunc >                TDynFilter;
     typedef std::map< std::string, TDynFilter >              TDynFilters;