]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/font.h
Solved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now...
[wxWidgets.git] / include / wx / gtk1 / 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;