X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FMacros.h;h=ef726ede4fcf724c05c70c3d6faf5c5c0495c707;hb=f654620df52b811be7bd263a1775c93d29c69a65;hp=85a9d089a81ff50a47b2f43e296e52b5bfef92e8;hpb=55743f4ff8867c0075518dcc6b76745722ce60ed;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Macros.h b/lib/cpPlugins/Interface/Macros.h index 85a9d08..ef726ed 100644 --- a/lib/cpPlugins/Interface/Macros.h +++ b/lib/cpPlugins/Interface/Macros.h @@ -46,10 +46,10 @@ public: \ : public cpPlugins::Interface::ProcessObjectProvider \ { \ public: \ - cpPlugins::Interface::Object::Pointer create( ) const \ + cpPlugins::Interface::ProcessObject::Pointer create( ) const \ { \ TYPE::Pointer a = TYPE::New( ); \ - cpPlugins::Interface::Object::Pointer b = a.GetPointer( ); \ + cpPlugins::Interface::ProcessObject::Pointer b = a.GetPointer( ); \ return( b ); \ } \ };