]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
minor fixes; replace references to Windows95 with references to wxMSW where possible
[wxWidgets.git] / src / html / htmltag.cpp
index 3369fc82c3cfa52d9991a12b14fc5eff0e02f2a2..0ad22af893ba61c9506f2506900d00fe70ef0d33 100644 (file)
@@ -302,7 +302,7 @@ wxHtmlTag::wxHtmlTag(wxHtmlTag *parent,
 
     /* Find parameters and their values: */
 
-    wxChar c;
+    wxChar c wxDUMMY_INITIALIZE(0);
 
     // fill-in name, params and begin pos:
     wxString::const_iterator i(pos+1);