]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/treegtk.cpp
copyright and name updates
[wxWidgets.git] / src / gtk1 / treegtk.cpp
index 98f7fa7893a6b6a7dd979a37d8a7da5013428807..0e2ad4c3c8de932a7c43e7e1c69ca38370c67624 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "treectrl.h"
 #endif
 
@@ -496,7 +496,7 @@ printf("begin insert\n");
   const wxBitmap *bmp;
   const wxImageList *list;
   if ((list = GetImageList(wxIMAGE_LIST_NORMAL)) != NULL)
-    if ((bmp = list->GetBitmap(image)) != NULL)
+    if ((bmp = list->GetBitmapPtr(image)) != NULL)
       if (bmp->Ok()) {
         GdkBitmap *mask = NULL;
         if (bmp->GetMask())