]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/font.h
fixed layout of tables that are first element on a page
[wxWidgets.git] / include / wx / font.h
index dc03888f75ce73d8df173b97adb029c972697d19..3ab46e032c1d58c827f316776d3a6102f04f220f 100644 (file)
 #ifndef _WX_FONT_H_BASE_
 #define _WX_FONT_H_BASE_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "fontbase.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -226,7 +222,7 @@ private:
     // the currently default encoding: by default, it's the default system
     // encoding, but may be changed by the application using
     // SetDefaultEncoding() to make all subsequent fonts created without
-    // specifing encoding parameter using this encoding
+    // specifying encoding parameter using this encoding
     static wxFontEncoding ms_encodingDefault;
 };