X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d1d813e2dc392d2480a2dc9cdf61ce6330db72d..88db1d64cb9e20de436a3503952dc9303060c33a:/src/html/htmlcell.cpp diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index 4747a35f43..90dfc46e46 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -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();