]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/bombs.cpp
regenerated makefiles with bkl-0.2.3
[wxWidgets.git] / demos / bombs / bombs.cpp
index 4501d80832630f1c03f6c1328350531c9f13f74b..83e4652fca809ec9c379abb97f4b9e0f6ca3a611 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#   pragma implementation
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
@@ -237,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);