]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 May 2004 17:11:07 +0000 (17:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 May 2004 17:11:07 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlcell.cpp

index 0e1b2a00fe64ceacf92bf33a1cbe6397c9584f54..37514300b31f0c35d9e8080d0da352f662d3b051 100644 (file)
@@ -800,7 +800,7 @@ void wxHtmlContainerCell::Layout(int w)
                     {
                         prev =
                         next = NULL;
-                        for ( int n = 0; line != cell; prev = line, line = next )
+                        for ( int n = 0; line != cell; prev = line, line = line->GetNext() )
                         {
                             line->SetPos(line->GetPosX() + s_indent +
                                            ((n * step) / total),