From a279c7b6077e99ca2ac406c0e6bf9975694f5ff2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 16 Aug 2021 17:52:44 +0200 Subject: [PATCH] Update the version in which EnableDropTarget() overload was added --- interface/wx/dataview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index de76145267..008c71d765 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -1396,7 +1396,7 @@ public: @note Passing empty array disables drop operations at all. - @since 3.1.5 + @since 3.1.6 */ bool EnableDropTarget(const wxDataFormatArray& formats); @@ -1404,7 +1404,7 @@ public: Enable drop operations using the given @a format. Under the hood just calls overloaded EnableDropTarget() with an array holds single passed format. - @note Since 3.1.5 wxDF_INVALID can be passed to disable drop operations at all. + @note Since 3.1.6 wxDF_INVALID can be passed to disable drop operations at all. */ bool EnableDropTarget( const wxDataFormat &format );