X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FLoader.h;fp=lib%2FcpPlugins%2FInterface%2FLoader.h;h=84a18195be6d562e968d30a1578c3a53c0047ffb;hb=42de9bd72fb773eb94d03b36a08c404cd82769a1;hp=115196c235f409034797623d512bf13925434d75;hpb=1e17bee074cb6a3f17fa60c5d9b67f9f58723d4a;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Loader.h b/lib/cpPlugins/Interface/Loader.h index 115196c..84a1819 100644 --- a/lib/cpPlugins/Interface/Loader.h +++ b/lib/cpPlugins/Interface/Loader.h @@ -23,8 +23,7 @@ namespace cpPlugins typedef void ( *TCreatorFunc )( itk::LightObject::Pointer& ptr, const std::string& c, const std::string& f ); typedef std::tuple< void*, TContentsFunc, TCreatorFunc > THandlers; typedef std::map< std::string, THandlers > TLibraries; - typedef std::map< std::string, std::map< std::string, std::string > > - TFiltersToLibrariesReferences; + typedef std::map< std::string, std::map< std::string, std::string > > TFiltersToLibrariesReferences; public: Loader( );