Fix wxDataViewRendererBase::FinishEditing() symbol version

This symbol is not new in 3.0.3, unlike wxDataViewRenderer::FinishEditing(),
so it should keep its 3.0 version to avoid breaking ABI compatibility.
This commit is contained in:
Vadim Zeitlin
2017-04-22 16:17:33 +02:00
parent df67c91995
commit fd2b143a48

View File

@@ -45,5 +45,8 @@
# generic branch tag (don't remove this!):
@WX_VERSION_TAG@ {
# Explicitly mention this one as otherwise it would be caught by
# wxDataViewRenderer*FinishEditing wildcard in 3.0.3 above.
*wxDataViewRendererBase*FinishEditing*;
*;
};