]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/dockart.h
Fix a number of mingw compile errors.
[wxWidgets.git] / include / wx / aui / dockart.h
index dbe21f332b41128c7eff6b14b15ed930181905bf..027f399644ff6d291ae7862e33d80c41076ea054 100644 (file)
@@ -130,10 +130,16 @@ public:
                   const wxRect& rect,
                   wxAuiPaneInfo& pane);
 
+    void DrawIcon(wxDC& dc,
+                  const wxRect& rect,
+                  wxAuiPaneInfo& pane);
+
 protected:
 
     void DrawCaptionBackground(wxDC& dc, const wxRect& rect, bool active);
 
+    void InitBitmaps();
+
 protected:
 
     wxPen m_border_pen;