From 660b61d7e33018ce9d54a6d5a3d7eba449d44f95 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 25 Jul 2010 09:54:44 +0000 Subject: [PATCH] wxGraphics* classes are all ref-counted git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/refcount.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/doxygen/overviews/refcount.h b/docs/doxygen/overviews/refcount.h index f977babfbb..081cad74eb 100644 --- a/docs/doxygen/overviews/refcount.h +++ b/docs/doxygen/overviews/refcount.h @@ -78,6 +78,12 @@ operators and copy constructors since they are reference-counted: @li wxBrush @li wxCursor @li wxFont +@li wxGraphicsBrush +@li wxGraphicsContext +@li wxGraphicsFont +@li wxGraphicsMatrix +@li wxGraphicsPath +@li wxGraphicsPen @li wxIcon @li wxImage @li wxMetafile -- 2.47.2