]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/studio/project.h
Added SWIG patches to allow compiling the generated code with
[wxWidgets.git] / contrib / samples / ogl / studio / project.h
index b52ae259efc59ce672133b3ade6680c79086e598..2d0969e0c9db3f2646055d2b4395b13717870b09 100644 (file)
@@ -1,19 +1,19 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        project.h
+// Name:        contrib/samples/ogl/studio/project.h
 // Purpose:     Studio project classes
 // Author:      Julian Smart
 // Modified by:
 // Created:     27/7/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _STUDIO_PROJECT_H_
 #define _STUDIO_PROJECT_H_
 
-#include <wx/treectrl.h>
-#include <wx/imaglist.h>
+#include "wx/treectrl.h"
+#include "wx/imaglist.h"
 
 /*
  * This is the project tree control.
@@ -30,13 +30,12 @@ public:
 
     ~csProjectTreeCtrl();
 
-    wxImageList& GetImageList() const { return (wxImageList&) m_imageList; }
+    wxImageList *GetImageList() const { return (wxImageList *)&m_imageList; }
 protected:
-    wxImageList     m_imageList;
+    wxImageList m_imageList;
 
 DECLARE_EVENT_TABLE()
 };
 
 #endif
   // _STUDIO_PROJECT_H_
-