]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propgrid/sampleprops.cpp
Rebake everything using bakefile 0.2.9.
[wxWidgets.git] / samples / propgrid / sampleprops.cpp
index c807e9c974a6a51eecca318d35d0ea6d94bc3f98..cc68db21f6b18a5397147fbfd18dfd4665165220 100644 (file)
@@ -618,7 +618,7 @@ bool wxArrayDoubleProperty::StringToValue( wxVariant& variant, const wxString& t
 
     WX_PG_TOKENIZER1_BEGIN(text,delimiter)
 
-        if ( token.length() )
+        if ( !token.empty() )
         {
 
             // If token was invalid, exit the loop now