X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc25a89ac1e6c5208db24bfc0abc8666b791dc6..3030ae493df7500fd5da7555f141c0c8a690bd8a:/contrib/samples/ogl/studio/project.h diff --git a/contrib/samples/ogl/studio/project.h b/contrib/samples/ogl/studio/project.h index b52ae259ef..2d0969e0c9 100644 --- a/contrib/samples/ogl/studio/project.h +++ b/contrib/samples/ogl/studio/project.h @@ -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 -#include +#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_ -