]> git.saurik.com Git - wxWidgets.git/commitdiff
build fix
authorPaul Cornett <paulcor@bullseye.com>
Sat, 5 May 2007 17:07:41 +0000 (17:07 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 5 May 2007 17:07:41 +0000 (17:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dcbase.cpp

index d659598d0e068d8b719fc5fa23e187cdeb047cbd..32a0d7cb5f96841a48119f09f7231d789e8eb081 100644 (file)
@@ -98,9 +98,9 @@ void wxDCBase::EndDrawing()
     // for compatibility with the old code when wxCoord was long everywhere
 void wxDCBase::GetTextExtent(const wxString& string,
                        long *x, long *y,
-                       long *descent = NULL,
-                       long *externalLeading = NULL,
-                       const wxFont *theFont = NULL) const
+                       long *descent,
+                       long *externalLeading,
+                       const wxFont *theFont) const
     {
         wxCoord x2, y2, descent2, externalLeading2;
         DoGetTextExtent(string, &x2, &y2,