]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bitmap.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / os2 / bitmap.h
index 653dd9635a66aea007158ae92aa64d97f1b2d8b4..6069f285807fdd0a220e3b07c0c1d17304223d9f 100644 (file)
@@ -63,7 +63,8 @@ public:
 // wxBitmap: a mono or colour bitmap
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxBitmap : public wxGDIImage
+class WXDLLIMPEXP_CORE wxBitmap : public wxGDIImage,
+                                  public wxBitmapHelpers
 {
 public:
     // default ctor creates an invalid bitmap, you must Create() it later