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=a80b23376f4b2508cc475d08645f49751c9b03b1;hp=115196c235f409034797623d512bf13925434d75;hpb=406ebd171557827b3fa0133073dd69780a6e3f6f;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( );