From 25f912749983e77a46af1ae515f13636213ffa21 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Aug 2021 22:07:34 +0200 Subject: [PATCH] Mark wxTextProofOptions as being new in 3.1.6 in the docs too --- interface/wx/textctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/textctrl.h b/interface/wx/textctrl.h index f888778f41..dcd99c3dc0 100644 --- a/interface/wx/textctrl.h +++ b/interface/wx/textctrl.h @@ -1002,6 +1002,8 @@ public: @endcode @see wxTextCtrl::EnableProofCheck(), wxTextCtrl::IsProofCheckEnabled(). + + @since 3.1.6 */ class WXDLLIMPEXP_CORE wxTextProofOptions {