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:
@@ -45,5 +45,8 @@
|
|||||||
# generic branch tag (don't remove this!):
|
# generic branch tag (don't remove this!):
|
||||||
|
|
||||||
@WX_VERSION_TAG@ {
|
@WX_VERSION_TAG@ {
|
||||||
|
# Explicitly mention this one as otherwise it would be caught by
|
||||||
|
# wxDataViewRenderer*FinishEditing wildcard in 3.0.3 above.
|
||||||
|
*wxDataViewRendererBase*FinishEditing*;
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user