Remove wxString from the list of ref-counted classes

This is not the case any more since 3.0 and it actually never used the same
ref-counting model as the classes described in the ref-counting overview
anyhow.

See #17216.

(this is a backport of 876e0501d8 from master)
This commit is contained in:
Vadim Zeitlin
2015-10-21 23:50:28 +02:00
parent c89cc865ca
commit 458616010e

View File

@@ -79,7 +79,6 @@ operators and copy constructors since they are reference-counted:
@li wxPalette @li wxPalette
@li wxPen @li wxPen
@li wxRegion @li wxRegion
@li wxString
@li wxVariant @li wxVariant
@li wxVariantData @li wxVariantData