made deprecated erase() overload inline

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-12-20 00:53:24 +00:00
parent 360c6b7edb
commit 32aa5bda92

View File

@ -207,7 +207,7 @@ private:
#if WXWIN_COMPATIBILITY_2_8 #if WXWIN_COMPATIBILITY_2_8
template<typename T> template<typename T>
typename wxVector<T>::size_type wxVector<T>::erase(size_type n) inline typename wxVector<T>::size_type wxVector<T>::erase(size_type n)
{ {
erase(begin() + n); erase(begin() + n);
return n; return n;