]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Use new DrawPoint signature
[wxWidgets.git] / wxPython / src / _pen.i
index cf9d76b28c111c647fb7cf96398c08929d233abf..5f9f7a278e25b4cc4478505b43a8563187889f48 100644 (file)
@@ -29,6 +29,8 @@
 %newgroup
 
 
+MustHaveApp(wxPen);
+
 class wxPen : public wxGDIObject {
 public:
     wxPen(wxColour& colour, int width=1, int style=wxSOLID);