added wxZipFSHandler::Cleanup() (modified patch 1213615)
[wxWidgets.git] / version-script.in
1 #
2 # $Id$
3 #
4
5 # Note: Remove all of the tags below except for the last one when creating
6 #       new development branch.
7
8
9 # public symbols added in release 2.6.2 (please keep in alphabetical order):
10
11 @WX_VERSION_TAG@.2 {
12     global:
13         *wxDialog*GetEscapeId*;
14         *wxLogBuffer*;
15         *wxGenericListCtrl*SetItemFont*wxFont*;
16         *wxGenericListCtrl*GetItemFont*;
17         *wxMessageOutputBest*;
18         *wxShadowObject*;
19         *wxWizard*FinishLayout*;
20         *wxXmlResource*ConvertFileNameToURL*wxString*;
21         *wxXmlResource*IsArchive*wxString*;
22         *wxXmlResource*Unload*wxString*;
23         *wxZipFSHandler*Cleanup*;
24 };
25
26
27 # symbols available since the beginning of this branch are only given
28 # generic branch tag (don't remove this!):
29
30 @WX_VERSION_TAG@ {
31     global:
32         *;
33 };