]> Creatis software - cpPlugins.git/blobdiff - appli/bash/BuildInstances.cxx.in
Line widget added.
[cpPlugins.git] / appli / bash / BuildInstances.cxx.in
index 79cbcf26873f3d34f31eb7408726c16f140063db..084ee1c3dc1d36262ff61c569dabb14c28f4b5e9 100644 (file)
@@ -218,7 +218,7 @@ void Lines( TCommands& commands, const std::deque< std::string >& lines )
   for( auto l = lines.begin( ); l != lines.end( ); ++l )
   {
     auto pos = l->find_first_not_of( " " );
-    char cmd = std::tolower( ( *l )[ pos ] );
+    char cmd = tolower( ( *l )[ pos ] );
     commands[ cmd ].push_back(
       l->substr( l->find_first_not_of( " ", pos + 1 ) )
       );