]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
SetSizeHints hacks are not needed any longer since the minsize is not
[wxWidgets.git] / src / html / htmlcell.cpp
index 4747a35f431c92554eb041e208dd696d3ff86214..90dfc46e46bcab00cdb536dca420e4cad385e76c 100644 (file)
@@ -783,7 +783,7 @@ void wxHtmlContainerCell::Layout(int w)
 
                     const wxHtmlCell *c,
                                      *prev = NULL,
-                                     *next = NULL;
+                                     *next wxDUMMY_INITIALIZE(NULL);
                     for ( c = line; c != cell; prev = c, c = next )
                     {
                         next = c->GetNext();