]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Plugins.cxx
debug finished
[cpPlugins.git] / lib / cpPlugins / Interface / Plugins.cxx
index 2f8d7adfc0de960afddbda32a36eb91af4c6235f..9da2f70e9d31b54fa3233a41eff6fcb9af64250d 100644 (file)
@@ -150,7 +150,8 @@ CreateFilter( const std::string& category, const std::string& name )
       _TCreator creator = reinterpret_cast< _TCreator >( f_hnd );
       if( creator != NULL )
       {
-        o = reinterpret_cast< _TPtr* >( creator( ) )->GetPointer( );
+        void* a = creator( );
+        o = reinterpret_cast< _TPtr* >( a )->GetPointer( );
         o->SetName( name );
         o->SetPluginName( nam->second.first );