]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Correction in comment in closing #endif.
[wxWidgets.git] / include / wx / msw / notebook.h
index 27e9160960421ef166907c563b414adad51f7572..1ddd735d415fa8520e0594630593cc7d9afa6d04 100644 (file)
@@ -211,7 +211,7 @@ protected:
   void UpdateBgBrush();
 
   // return the themed brush for painting our children
-  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, wxWindow *win);
+  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, WXHWND hWnd);
 
   // draw child background
   virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);