]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglhelpers.h
Copied/merged from the 2.2 branch.
[wxWidgets.git] / wxPython / contrib / ogl / oglhelpers.h
index a24ce863b35deb38a5e96617f15d0450f5af3243..19404c2826b3a78308986cd76dd049c7eaf46675 100644 (file)
@@ -110,8 +110,8 @@ wxList* wxPy_wxRealPoint_ListHelper(PyObject* pyList);
 class wxPyShapeCanvas : public wxShapeCanvas {
 public:
     wxPyShapeCanvas(wxWindow* parent = NULL, wxWindowID id = -1,
-                    const wxPoint& pos = wxPyDefaultPosition,
-                    const wxSize& size = wxPyDefaultSize,
+                    const wxPoint& pos = wxDefaultPosition,
+                    const wxSize& size = wxDefaultSize,
                     long style = wxBORDER)
         : wxShapeCanvas(parent, id, pos, size, style) {}