]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Loader.h
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Interface / Loader.h
index 115196c235f409034797623d512bf13925434d75..84a18195be6d562e968d30a1578c3a53c0047ffb 100644 (file)
@@ -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( );