Adapted to API changes with respect to GetTextExtent (patch #1709152).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2007-04-28 10:04:34 +00:00
parent 04d29fda82
commit 951f68d01c
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ public:
,wxCoord* pY
,wxCoord* pDescent = NULL
,wxCoord* pExternalLeading = NULL
,wxFont* pTheFont = NULL
,const wxFont* pTheFont = NULL
) const;
virtual bool CanDrawBitmap(void) const;
virtual bool CanGetTextExtent(void) const;