From 6d27420f9e76eb06640b9493cd3b23209eae1206 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 18 Jun 2004 15:18:36 +0000 Subject: [PATCH] Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlcell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.2