diff --git a/interface/wx/event.h b/interface/wx/event.h index b80624003d..3f499ccd87 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -563,7 +563,7 @@ public: (Visual Studio 2005) as earlier versions of the compiler don't have the required support for C++ templates to implement it. - @since 2.9.6 + @since 3.0 */ template void CallAfter(const T& functor); diff --git a/interface/wx/filename.h b/interface/wx/filename.h index 05383c3a89..344b5f8225 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -1263,7 +1263,7 @@ public: The new permissions: this should be a combination of ::wxPosixPermissions enum elements. - @since 2.9.6 + @since 3.0 @note If this is a symbolic link and it should not be followed this call will fail.