build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e8b86d2538
commit
27ee942feb
@ -98,9 +98,9 @@ void wxDCBase::EndDrawing()
|
|||||||
// for compatibility with the old code when wxCoord was long everywhere
|
// for compatibility with the old code when wxCoord was long everywhere
|
||||||
void wxDCBase::GetTextExtent(const wxString& string,
|
void wxDCBase::GetTextExtent(const wxString& string,
|
||||||
long *x, long *y,
|
long *x, long *y,
|
||||||
long *descent = NULL,
|
long *descent,
|
||||||
long *externalLeading = NULL,
|
long *externalLeading,
|
||||||
const wxFont *theFont = NULL) const
|
const wxFont *theFont) const
|
||||||
{
|
{
|
||||||
wxCoord x2, y2, descent2, externalLeading2;
|
wxCoord x2, y2, descent2, externalLeading2;
|
||||||
DoGetTextExtent(string, &x2, &y2,
|
DoGetTextExtent(string, &x2, &y2,
|
||||||
|
Loading…
Reference in New Issue
Block a user