]> git.saurik.com Git - wxWidgets.git/commitdiff
Warning fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 18 Jun 2004 15:18:36 +0000 (15:18 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 18 Jun 2004 15:18:36 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlcell.cpp

index 4747a35f431c92554eb041e208dd696d3ff86214..90dfc46e46bcab00cdb536dca420e4cad385e76c 100644 (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();