X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc25a89ac1e6c5208db24bfc0abc8666b791dc6..8ced02f6018e8e3651af5a78db08cabc1ab67fec:/contrib/samples/ogl/studio/project.h?ds=inline diff --git a/contrib/samples/ogl/studio/project.h b/contrib/samples/ogl/studio/project.h index b52ae259ef..44cb15b8c7 100644 --- a/contrib/samples/ogl/studio/project.h +++ b/contrib/samples/ogl/studio/project.h @@ -30,9 +30,9 @@ 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() };