From a387e1861f521032a50744b8e3090c512eec9442 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Feb 2009 10:59:01 +0000 Subject: [PATCH] added wxAboutDialog::GetCopyrightToDisplay() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- version-script.in | 1 + 1 file changed, 1 insertion(+) diff --git a/version-script.in b/version-script.in index 766eddaa1d..b5ec88656b 100644 --- a/version-script.in +++ b/version-script.in @@ -25,6 +25,7 @@ # public symbols added in 2.8.10 (please keep in alphabetical order): @WX_VERSION_TAG@.10 { + *wxAboutDialog*GetCopyrightToDisplay*; *wxArtProvider*PushBack*; *wxAuiManager*DoEndResizeAction*; *wxCArrayString*Release*;