]> git.saurik.com Git - wxWidgets.git/blobdiff - version-script.in
1. fixed compilation after wxList::compatibility_iterator changes
[wxWidgets.git] / version-script.in
index cad768c7cc8339dce68ea5e5d0a696b6c5749e65..45f8f69520b315d28fe5ebb325ae95aa6d1af080 100644 (file)
@@ -6,22 +6,13 @@
 #       new development branch.
 
 
-# public symbols added in release 2.6.2 (please keep in alphabetical order):
-
-@WX_VERSION_TAG@.2 {
-    global:
-        *wxDialog*GetEscapeId*;
-        *wxLogBuffer*;
-        *wxGenericListCtrl*SetItemFont*wxFont*;
-        *wxGenericListCtrl*GetItemFont*;
-        *wxMessageOutputBest*;
-        *wxShadowObject*;
-        *wxWizard*FinishLayout*;
-        *wxXmlResource*ConvertFileNameToURL*wxString*;
-        *wxXmlResource*IsArchive*wxString*;
-        *wxXmlResource*Unload*wxString*;
-        *wxZipFSHandler*Cleanup*;
-};
+# An example:
+#   # public symbols added in release 2.6.2 (please keep in alphabetical order):
+#   
+#   @WX_VERSION_TAG@.2 {
+#       global:
+#           *wxChoice*GetCurrentSelection*;
+#   };
 
 
 # symbols available since the beginning of this branch are only given