]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
corrected to allow drag and drop for mingw32/gcc295
[wxWidgets.git] / include / wx / gtk / font.h
index 5cd30bc79a89c093119b50a2b7177854157c1a8b..14a6533c724841bf51f64db50560def9593604d4 100644 (file)
@@ -82,7 +82,7 @@ public:
     
   // implementation
   
-  wxFont( char *xFontName );
+  wxFont( GdkFont* font, char *xFontName );
   void Unshare();
 
   GdkFont* GetInternalFont(float scale = 1.0) const;