]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/cjparser.cpp
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / utils / HelpGen / src / cjparser.cpp
index 1d87c0244962d7e23da019dc4294fedfb901ba03..fbec4d74dc4604558c54bda6faa29531a17ea011 100644 (file)
@@ -904,11 +904,11 @@ static void arrange_indirection_tokens_between( string& type,
 {
     // TBD:: FIXME:: return value of operators !
 
-    while ( identifier[0] == '*' ||
-            identifier[0] == '&'
+    while ( identifier[0u] == '*' ||
+            identifier[0u] == '&'
           )
     {
-        type += identifier[0];
+        type += identifier[0u];
         identifier.erase(0,1);
 
         if ( !identifier.length() ) return;