]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/calctrl.h
Source markup fixes.
[wxWidgets.git] / include / wx / generic / calctrl.h
index 324e3bac405b330b2f9cd159d9899230e627b37d..25b5902d70f66f2dc1668929a3059b145865994a 100644 (file)
@@ -261,7 +261,7 @@ private:
     // OnPaint helper-methods
 
     // Highlight the [fromdate : todate] range using pen and brush
-    void HighlightRange(wxPaintDC* dc, const wxDateTime& fromdate, const wxDateTime& todate, wxPen* pen, wxBrush* brush);
+    void HighlightRange(wxPaintDC* dc, const wxDateTime& fromdate, const wxDateTime& todate, const wxPen* pen, const wxBrush* brush);
 
     // Get the "coordinates" for the date relative to the month currently displayed.
     // using (day, week): upper left coord is (1, 1), lower right coord is (7, 6)