X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxCommandButton.cxx;h=7a9352ee60ba3fe452f0aa636b293857d7d6a171;hb=00c1d2f8e193b008744bdfe8c047c8743b5c1816;hp=5cff6c8615f250d69752a41eb5720c7115466a55;hpb=62f21094493592cc2ccf1f105db791fb0ebbe2d0;p=bbtk.git diff --git a/packages/wx/src/bbwxCommandButton.cxx b/packages/wx/src/bbwxCommandButton.cxx index 5cff6c8..7a9352e 100644 --- a/packages/wx/src/bbwxCommandButton.cxx +++ b/packages/wx/src/bbwxCommandButton.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxCommandButton.cxx,v $ Language: C++ - Date: $Date: 2008/06/26 07:37:11 $ - Version: $Revision: 1.9 $ + Date: $Date: 2008/07/25 07:44:12 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -98,7 +98,7 @@ namespace bbwx std::string commandstr(mBox->bbGetInputIn()); // bbtk::Interpreter::mGlobalInterpreter->InterpretLine( commandstr ); - int i; + unsigned int i; bool ok=true; int pos1=0,pos2; pos2 = commandstr.find(";",pos1);