]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/notebook.cpp
change fallback default for wx version to 27
[wxWidgets.git] / src / univ / notebook.cpp
index 2b9e19f9ffc4e9bb1f903782ed41a8eeaf0c988d..457ef098d08621188509289b404768e2c2347937 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "univnotebook.h"
-#endif
-
 #ifdef __VMS
 #pragma message disable unscomzer
 #endif
@@ -473,7 +469,7 @@ void wxNotebook::DoDrawTab(wxDC& dc, const wxRect& rect, size_t n)
         m_imageList->Draw(image, dc, 0, 0, wxIMAGELIST_DRAW_NORMAL, true);
         dc.SelectObject(wxNullBitmap);
 #else
-        bmp = *m_imageList->GetBitmap(image);
+        bmp = m_imageList->GetBitmap(image);
 #endif
     }