From f6edc96028a4093a0c714302c5c2cbcd878068aa Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 23 Oct 2007 21:37:13 +0000 Subject: [PATCH] add missing versioned symbol git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49372 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 b64f97ed4e..93edf8a0fb 100644 --- a/version-script.in +++ b/version-script.in @@ -28,6 +28,7 @@ @WX_VERSION_TAG@.7 { global: *wxStaticBox*AcceptsFocus*; + *wxAuiPaneInfo*DockFixed*; }; # public symbols added in 2.8.5 (please keep in alphabetical order):