From ac3bf3695837ace8159804949a3185f5be03cbec Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 2 Sep 2013 12:17:06 +0000 Subject: [PATCH] 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 --- interface/wx/event.h | 2 +- interface/wx/filename.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index b806240..3f499cc 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 05383c3..344b5f8 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. -- 2.7.4