From: Włodzimierz Skiba Date: Fri, 18 Jun 2004 15:18:36 +0000 (+0000) Subject: Warning fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6d27420f9e76eb06640b9493cd3b23209eae1206 Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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();