]> Creatis software - cpPlugins.git/blobdiff - appli/examples/example_LoadPlugins.cxx
Garbage collector added
[cpPlugins.git] / appli / examples / example_LoadPlugins.cxx
index 383c85b6cbf07b79d3049462af4d8785323abecc..4bc43d041b427914bbcc00ed2ac73b593316a357 100644 (file)
@@ -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 );