]> Creatis software - cpPlugins.git/blobdiff - appli/examples/example_LoadPlugins.cxx
Accessors added to gaussian model estimator
[cpPlugins.git] / appli / examples / example_LoadPlugins.cxx
index edbb600cc60f4576f4e2bfff6e2f0b6a250e77e2..4bc43d041b427914bbcc00ed2ac73b593316a357 100644 (file)
@@ -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 );
 }