]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_tables.cpp
try to use 0/1 instead of the cstdlib' EXIT_SUCCESS/FAILURE constants to see if build...
[wxWidgets.git] / src / html / m_tables.cpp
index b111abed671f25409ba24918ca653718dd61d994..d1971d0fb1bd04c640f8ddd328feb47afbee2069 100644 (file)
@@ -769,7 +769,7 @@ TAG_HANDLER_BEGIN(TABLE, "TABLE,TR,TD,TH")
                 m_WParser->OpenContainer();
 
                 // the header should be rendered in bold by default
-                int boldOld wxDUMMY_INITIALIZE(0);
+                int boldOld = 0;
                 if ( isHeader )
                 {
                     boldOld = m_WParser->GetFontBold();