From 089e2370e60595be9d176f4d7abf854aa1a625c2 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 26 Feb 2009 08:02:30 +0000 Subject: [PATCH] Fixed symbol git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- version-script.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-script.in b/version-script.in index c55b4e30f6..766eddaa1d 100644 --- a/version-script.in +++ b/version-script.in @@ -26,7 +26,7 @@ # public symbols added in 2.8.10 (please keep in alphabetical order): @WX_VERSION_TAG@.10 { *wxArtProvider*PushBack*; - *wxAui*DoEndResizeAction*; + *wxAuiManager*DoEndResizeAction*; *wxCArrayString*Release*; *wxDCBase*GetFontPointSizeAdjustment*; *wxWindowBase*DragAcceptFiles*;