Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -783,7 +783,7 @@ void wxHtmlContainerCell::Layout(int w)
|
|||||||
|
|
||||||
const wxHtmlCell *c,
|
const wxHtmlCell *c,
|
||||||
*prev = NULL,
|
*prev = NULL,
|
||||||
*next = NULL;
|
*next wxDUMMY_INITIALIZE(NULL);
|
||||||
for ( c = line; c != cell; prev = c, c = next )
|
for ( c = line; c != cell; prev = c, c = next )
|
||||||
{
|
{
|
||||||
next = c->GetNext();
|
next = c->GetNext();
|
||||||
|
Reference in New Issue
Block a user