]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for...
[wxWidgets.git] / include / wx / dcgraph.h
index 35fd3f9b14663c52bc8ac2654d16e2c4ea545901..331331afbe3e90e953b70689ca25fa9822a939fa 100755 (executable)
@@ -173,7 +173,7 @@ protected:
         wxCoord *x, wxCoord *y,
         wxCoord *descent = NULL,
         wxCoord *externalLeading = NULL,
-        wxFont *theFont = NULL) const;
+        const wxFont *theFont = NULL) const;
 
     virtual bool DoGetPartialTextExtents(const wxString& text, wxArrayInt& widths) const;