Don't mark wxSimplebookXmlHandler as being 3.0.3-only

This change (done in 7b25b65a2f) makes 3.0.3
binary-incompatible with 3.0.2 as the programs using wxSimplebookXmlHandler
with the latter use these symbols with the version WXU_3.0 and not WXU_3.0.3
that they have now.

So while not adding these symbols to the version script before 3.0.2 release
was wrong, adding them for 3.0.3 is even worse, hence revert this change.
This commit is contained in:
Vadim Zeitlin
2017-04-22 16:03:47 +02:00
parent ebb62db0fc
commit df67c91995

View File

@@ -25,10 +25,6 @@
@WX_VERSION_TAG@.3 { @WX_VERSION_TAG@.3 {
*wxDataViewRenderer*FinishEditing*; *wxDataViewRenderer*FinishEditing*;
*wxFloatProperty*DoGetAttribute*; *wxFloatProperty*DoGetAttribute*;
# This class was actually added in 3.0.2 but not tagged correctly in it, so
# do it here following the better late than never principle.
*wxSimplebookXmlHandler*;
}; };
# public symbols added in 3.0.2 (please keep in alphabetical order): # public symbols added in 3.0.2 (please keep in alphabetical order):