]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/graphics.h
Added wxBackingFile and wxBackedInputStream.
[wxWidgets.git] / include / wx / graphics.h
index 6c31955a4778be549262ba836ef6f9d877272e2e..e47ba09df8b84390bf8070bdaf0ccdc4fb39c736 100755 (executable)
@@ -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)