X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2Fexample_LoadPlugins.cxx;h=4bc43d041b427914bbcc00ed2ac73b593316a357;hb=cb38f7928cd818697312a23a37c2ed1929da464d;hp=383c85b6cbf07b79d3049462af4d8785323abecc;hpb=b007dfbd638db86c5e8da53299da58f4c9d9e8b8;p=cpPlugins.git diff --git a/appli/examples/example_LoadPlugins.cxx b/appli/examples/example_LoadPlugins.cxx index 383c85b..4bc43d0 100644 --- a/appli/examples/example_LoadPlugins.cxx +++ b/appli/examples/example_LoadPlugins.cxx @@ -25,7 +25,7 @@ int main( int argc, char* argv[] ) TClasses::const_iterator cIt = plugins.GetClasses( ).begin( ); TClasses::const_iterator end_cIt = plugins.GetClasses( ).end( ); for( ; cIt != end_cIt; ++cIt ) - std::cout << "\t:= " << cIt->first << std::endl; + std::cout << " := " << cIt->first << std::endl; std::cout << "---------------------------------------------" << std::endl; return( 0 );