From 876e0501d8a413f504b0f6078dfa7e37eea89aad Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 21 Oct 2015 23:50:28 +0200 Subject: [PATCH] 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. Closes #17216. --- docs/doxygen/overviews/refcount.h | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/doxygen/overviews/refcount.h b/docs/doxygen/overviews/refcount.h index cf265c20c2..433b56e298 100644 --- a/docs/doxygen/overviews/refcount.h +++ b/docs/doxygen/overviews/refcount.h @@ -79,7 +79,6 @@ operators and copy constructors since they are reference-counted: @li wxPalette @li wxPen @li wxRegion -@li wxString @li wxVariant @li wxVariantData