Replace @since 2.9.6 with 3.0 in the docs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2013-09-02 12:17:06 +00:00
parent 66b370d05f
commit ac3bf36958
2 changed files with 2 additions and 2 deletions

View File

@@ -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<typename T>
void CallAfter(const T& functor);

View File

@@ -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.