]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/dc.h
fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundar...
[wxWidgets.git] / include / wx / dfb / dc.h
index 7adfd288bb80d6923d24d1c5e555c190df9b7302..d78dc8326217822a10443d619931177fd0a2c44e 100644 (file)
@@ -58,7 +58,7 @@ public:
                                  wxCoord *x, wxCoord *y,
                                  wxCoord *descent = NULL,
                                  wxCoord *externalLeading = NULL,
-                                 wxFont *theFont = NULL) const;
+                                 const wxFont *theFont = NULL) const;
 
     virtual bool CanDrawBitmap() const { return true; }
     virtual bool CanGetTextExtent() const { return true; }