]> git.saurik.com Git - wxWidgets.git/commit
No real changes, just pass const wxArrayInt to wxHtmlCell::AdjustPagebreak().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Feb 2012 13:02:27 +0000 (13:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Feb 2012 13:02:27 +0000 (13:02 +0000)
commitd7235613f44c446e484052fcf262fbe509d1b6ff
treec9ac0e25ec149a03319c5eae3f772b68b35c97d4
parent67a99b7c793356730c2f485b26385e018a19d739
No real changes, just pass const wxArrayInt to wxHtmlCell::AdjustPagebreak().

AdjustPagebreak() never modifies the array passed to it, so pass it as const
reference.

See #13935.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/htmlcell.h
interface/wx/html/htmlcell.h
src/html/htmlcell.cpp
src/html/m_layout.cpp