]> git.saurik.com Git - wxWidgets.git/commitdiff
Follow wxTreeCtrl API.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 17 Dec 2004 12:09:55 +0000 (12:09 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 17 Dec 2004 12:09:55 +0000 (12:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/ogl/studio/project.h

index b52ae259efc59ce672133b3ade6680c79086e598..44cb15b8c7b906feb32ac6f0329257e19dab6d78 100644 (file)
@@ -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()
 };