Rearrange functions order so that they are effectively inlined.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:09:02 +0000 (11:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:09:02 +0000 (11:09 +0000)
commit54d6106853c412a82c440a7fc077f98a3a132359
tree3ed6556c4ba0294068e90c6b1f04c2e73307097d
parent995d5aa24ae04d387b877ad2b1ce308427ac16ec
Rearrange functions order so that they are effectively inlined.

Define wxSizer::Insert(size_t, wxSizerItem *) before it is used so that it
could really be inlined.

This also fixes an IRIX mipsPro compiler warning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sizer.h