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:
parent
360c6b7edb
commit
32aa5bda92
@ -207,7 +207,7 @@ private:
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
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);
|
||||
return n;
|
||||
|
Loading…
Reference in New Issue
Block a user