X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface.h;h=e2f5b0c814ed6d4381e89402bf1e1a66496e3126;hb=8d7780dd6a0a8f010d705e957e1eae793b7948cc;hp=5dcd843ab00ff924f2d344a1a06c545d2fe15347;hpb=f533290f40279617e54e19086dde7c0ba9b07f5b;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface.h b/lib/cpPlugins/Interface.h index 5dcd843..e2f5b0c 100644 --- a/lib/cpPlugins/Interface.h +++ b/lib/cpPlugins/Interface.h @@ -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;