X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5851311d3cafff78097f8441d3dc5bf1fc1e6b0..d9359369af901bf2146b5ad6575f7aae13389a15:/include/wx/vector.h diff --git a/include/wx/vector.h b/include/wx/vector.h index 6fc0be174a..2c645a0107 100644 --- a/include/wx/vector.h +++ b/include/wx/vector.h @@ -207,7 +207,7 @@ private: #if WXWIN_COMPATIBILITY_2_8 template -typename wxVector::size_type wxVector::erase(size_type n) +inline typename wxVector::size_type wxVector::erase(size_type n) { erase(begin() + n); return n;