]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/font.h
Moved ClearModifiedStatus() to wxPropertyGridInterface
[wxWidgets.git] / include / wx / font.h
index c97ea06194ee35cef6b1d493f97c165a48811042..b93becbeca0a49f73a4b5fc56a3ac43b32316048 100644 (file)
@@ -70,7 +70,7 @@ enum wxFontWeight
 };
 
 // the font flag bits for the new font ctor accepting one combined flags word
-enum
+enum wxFontFlag
 {
     // no special flags: font with default weight/slant/anti-aliasing
     wxFONTFLAG_DEFAULT          = 0,
@@ -243,7 +243,7 @@ WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxFontBase* font);
 #elif defined(__WXDFB__)
     #include "wx/dfb/font.h"
 #elif defined(__WXMAC__)
-    #include "wx/mac/font.h"
+    #include "wx/osx/font.h"
 #elif defined(__WXCOCOA__)
     #include "wx/cocoa/font.h"
 #elif defined(__WXPM__)