]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing param
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 08:21:19 +0000 (08:21 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 08:21:19 +0000 (08:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/graphics.h

index d99f23f49156865fd3590b0545892f46b72b15a6..be2397da23e79b421f6f236d74c049fc70a245d5 100755 (executable)
@@ -152,7 +152,7 @@ public :
        virtual void Transform( wxGraphicsMatrix* matrix ) =0;
        
        // gets the bounding box enclosing all points (possibly including control points)
-       virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *y) =0;
+       virtual void GetBox(wxDouble *x, wxDouble *y, wxDouble *w, wxDouble *h) =0;
        wxRect2DDouble GetBox();
        
        virtual bool Contains( wxDouble x, wxDouble y, int fillStyle = wxWINDING_RULE) =0;