Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-06-18 15:18:36 +00:00
parent 991420e6df
commit 6d27420f9e

View 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();