diff --git a/version-script.in b/version-script.in index fe75e1e2c2..8a9ad189b7 100644 --- a/version-script.in +++ b/version-script.in @@ -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*; *; };