]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/wxprintf.h
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git] / include / wx / private / wxprintf.h
index 8cfdb2ac1baa758ad9cf45cdb48f5db833484837..1bdc7b62ac2c3d6da0215d0f49b34cf407042bec 100644 (file)
@@ -795,9 +795,11 @@ struct wxPrintfConvSpecParser
     typedef wxPrintfConvSpec<CharType> ConvSpec;
 
     wxPrintfConvSpecParser(const CharType *fmt)
-        : posarg_present(false), nonposarg_present(false),
-          nargs(0)
     {
+        nargs = 0;
+        posarg_present =
+        nonposarg_present = false;
+
         memset(pspec, 0, sizeof(pspec));
 
         // parse the format string