From: Vadim Zeitlin Date: Sun, 28 Aug 2005 13:33:31 +0000 (+0000) Subject: added wxChoice:: and wxCombobox::GetCurrentSelection() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f31d61012bfa8371e268e42857f2d47f77c0af6 added wxChoice:: and wxCombobox::GetCurrentSelection() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/version-script.in b/version-script.in index 6475d4681f..20ffe3467c 100644 --- a/version-script.in +++ b/version-script.in @@ -10,6 +10,8 @@ @WX_VERSION_TAG@.2 { global: + *wxChoice*GetCurrentSelection*; + *wxComboBox*GetCurrentSelection*; *wxDateTime*FromTimezone*; *wxDialog*GetEscapeId*; *wxEVT_MEDIA_LOADED*;