]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/stdrend.h
Minor corrections to make dist after reports
[wxWidgets.git] / include / wx / univ / stdrend.h
index 80e53bff0a3b5eed61f8e35b70437c17b5797a62..a6be61336d2d1474f8e0730ab5a5950ad37a54c5 100644 (file)
@@ -14,7 +14,7 @@
 #include "wx/univ/renderer.h"
 #include "wx/pen.h"
 
-class WXDLLEXPORT wxColourScheme;
+class WXDLLIMPEXP_FWD_CORE wxColourScheme;
 
 // ----------------------------------------------------------------------------
 // wxStdRenderer: implements as much of wxRenderer API as possible generically
@@ -38,7 +38,8 @@ public:
                                    int flags);
 
 
-    virtual void DrawFocusRect(wxDC& dc, const wxRect& rect, int flags = 0);
+    virtual void DrawFocusRect(wxWindow* win, wxDC& dc, const wxRect& rect, int flags = 0);
+
     virtual void DrawLabel(wxDC& dc,
                            const wxString& label,
                            const wxRect& rect,