From 2070a4f314aacc31a34fcf176eb1406312c052ef Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 22 Oct 2006 18:28:31 +0000 Subject: [PATCH] adding path accessors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 6c31955a47..e47ba09df8 100755 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -83,13 +83,11 @@ public : void AddArc( const wxPoint2DDouble& c, wxDouble r, wxDouble startAngle, wxDouble endAngle, bool clockwise); - /* // returns the native path - virtual void * GetNativePath() = 0; + virtual void * GetNativePath() const = 0; // give the native path returned by GetNativePath() back (there might be some deallocations necessary) virtual void UnGetNativePath(void *p) = 0; - */ DECLARE_NO_COPY_CLASS(wxGraphicsPath) DECLARE_ABSTRACT_CLASS(wxGraphicsPath) -- 2.45.2