]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.cxx
#2495 BBTK Bug New Normal - Boost signals deprecated -> signals2
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.cxx
index 9e8e57dbe5732772b25494f9ad15dfa167bccf49..4425cc80e7b865e5ddb0ea000b83a67d7aa30f06 100644 (file)
@@ -871,7 +871,7 @@ std::cout << "==================================================================
 
                        printf("EED WxGUIScriptingInterface::WxGUIHtmlBrowserUserOnLinkClicked cc %s \n",commandPath.c_str() );
                        // cleanning path
-                       while (commandPath.rfind("\\\\")!=-1 )
+                       while ((int)commandPath.rfind("\\\\")!=-1 )
                        {
                                commandPath.erase( commandPath.rfind("\\\\") , 1 );
                        printf("EED WxGUIScriptingInterface::WxGUIHtmlBrowserUserOnLinkClicked cc %s \n",commandPath.c_str() );