From 1c69a6ff5a4ce2e35997b2e683462f565a451f23 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 26 Oct 2006 08:21:19 +0000 Subject: [PATCH] fixing param git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index d99f23f491..be2397da23 100755 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -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; -- 2.47.2