X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2Fexample_LoadPlugins.cxx;h=4bc43d041b427914bbcc00ed2ac73b593316a357;hb=9015cf98c60cf4ab304a639990004ee783a8bec0;hp=edbb600cc60f4576f4e2bfff6e2f0b6a250e77e2;hpb=8c23766af88a29c3e830299dffc4b95d9fe61df9;p=cpPlugins.git diff --git a/appli/examples/example_LoadPlugins.cxx b/appli/examples/example_LoadPlugins.cxx index edbb600..4bc43d0 100644 --- a/appli/examples/example_LoadPlugins.cxx +++ b/appli/examples/example_LoadPlugins.cxx @@ -25,9 +25,9 @@ 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 ); }