X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9a4f2295344414e2ee4e3ec27fa5292918dff27..4af280d8ca41eb4894347a6ac96457a18b6198bc:/interface/wx/geometry.h diff --git a/interface/wx/geometry.h b/interface/wx/geometry.h index 139c783785..5ad471c399 100644 --- a/interface/wx/geometry.h +++ b/interface/wx/geometry.h @@ -150,8 +150,8 @@ public: wxPoint2DDouble GetPosition(); wxSize GetSize(); - // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their - // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately + // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their + // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately wxDouble GetLeft() const; void SetLeft( wxDouble n ); @@ -241,8 +241,8 @@ public: wxPoint2DInt GetPosition(); wxSize GetSize(); - // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their - // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately + // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their + // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately wxInt32 GetLeft() const; void SetLeft( wxInt32 n ); @@ -316,7 +316,7 @@ public: class wxTransform2D { public : - virtual ~wxTransform2D() { } + virtual ~wxTransform2D(); virtual void Transform( wxPoint2DInt* pt )const = 0; virtual void Transform( wxRect2DInt* r ) const; virtual wxPoint2DInt Transform( const wxPoint2DInt &pt ) const;