]> git.saurik.com Git - wxWidgets.git/commitdiff
~wxPoint2D
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 04:10:36 +0000 (04:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 04:10:36 +0000 (04:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_gdicmn.i

index d481997f29fca5929c968ef40becbb225e3df078..b887d2e0aa993d4a6663a1dbdcd4ee6154b7c979 100644 (file)
@@ -815,6 +815,8 @@ public:
     %RenameCtor(Point2DCopy, wxPoint2D( const wxPoint2D &pt ));
     %RenameCtor(Point2DFromPoint, wxPoint2D( const wxPoint &pt ));
 
+    ~wxPoint2D();
+    
     DocDeclAStr(
         void, GetFloor( int *OUTPUT , int *OUTPUT ) const,
         "GetFloor() -> (x,y)",