]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcgraph.cpp
Rework the wxCusor ctor taking wx stock number to provide as many cursors as
[wxWidgets.git] / src / common / dcgraph.cpp
index 93ee03514dec315a14fadaf04249fd1ddad0d3ff..420e9039bbb2ae64fe737c8d17a34148f2f72368 100644 (file)
@@ -830,7 +830,7 @@ bool wxGCDC::CanGetTextExtent() const
 
 void wxGCDC::DoGetTextExtent( const wxString &str, wxCoord *width, wxCoord *height,
                               wxCoord *descent, wxCoord *externalLeading ,
-                              wxFont *theFont ) const
+                              const wxFont *theFont ) const
 {
     wxCHECK_RET( Ok(), wxT("wxGCDC(cg)::DoGetTextExtent - invalid DC") );