]> git.saurik.com Git - wxWidgets.git/commitdiff
possible compilation problem fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Jun 2001 18:31:43 +0000 (18:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Jun 2001 18:31:43 +0000 (18:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/font.h

index 6fd46468d34f798a02b124e4499a5b922c367a51..1f086068cf9152cdd38442a55d6a00c2e88522a9 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "font.h"
 #endif
 
+class wxXFont;
+
 // Font
 class wxFont : public wxFontBase
 {
@@ -83,8 +85,8 @@ public:
     // of the fonts and a mapping file.
 
     // Return font struct, and optionally the Motif font list
-    class wxXFont* GetInternalFont(double scale = 1.0,
-                                   WXDisplay* display = NULL) const;
+    wxXFont *GetInternalFont(double scale = 1.0,
+                             WXDisplay* display = NULL) const;
 
     // These two are helper functions for convenient access of the above.
     WXFontStructPtr GetFontStruct(double scale = 1.0,