replaced more int/longs with wxCoord

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-10 01:46:57 +00:00
parent b70642258f
commit f3a8b1b68e
5 changed files with 7 additions and 7 deletions

View File

@@ -233,7 +233,7 @@ BombsCanvas::BombsCanvas(wxFrame *parent, BombsGame *game)
wxFont font= BOMBS_FONT;
dc.SetFont(font);
long chw, chh;
wxCoord chw, chh;
wxString buf = wxT("M");
dc.GetTextExtent(buf, &chw, &chh);