]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglcanvas.i
Implemented the first phase of OOR (Original Object Return). See the
[wxWidgets.git] / wxPython / contrib / ogl / oglcanvas.i
index 036aaa83772b597ea80aeac6d81ad0acb269147b..1761f82f8a1722faee41baea84cfaeb87065c901 100644 (file)
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------
 
-class wxDiagram {
+class wxDiagram : public wxObject {
 public:
     wxDiagram();
-    ~wxDiagram();
+    //~wxDiagram();
 
     void AddShape(wxPyShape*shape, wxPyShape *addAfter = NULL);
     void Clear(wxDC& dc);