compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-05-27 17:11:07 +00:00
parent 250e67305d
commit 22c956d8a6

View 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),