]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
added wxDataViewIndexListModel and sample
[wxWidgets.git] / include / wx / fontutil.h
index 00ea14727ff00153dc00b3bf9af84212b55f0d68..9cfb7d51f71cb2edd17c6c77d0fb8008c476c83f 100644 (file)
@@ -26,7 +26,8 @@
     #include "wx/msw/wrapwin.h"
 #endif
 
-struct WXDLLEXPORT wxNativeEncodingInfo;
+class WXDLLIMPEXP_FWD_BASE wxArrayString;
+struct WXDLLIMPEXP_FWD_CORE wxNativeEncodingInfo;
 
 #if defined(_WX_X_FONTLIKE)
 
@@ -238,12 +239,4 @@ extern bool wxTestFontEncoding(const wxNativeEncodingInfo& info);
     #include "wx/unix/fontutil.h"
 #endif // X || GDK
 
-// ----------------------------------------------------------------------------
-// font-related functions (MGL)
-// ----------------------------------------------------------------------------
-
-#ifdef __WXMGL__
-    #include "wx/mgl/fontutil.h"
-#endif // __WXMGL__
-
 #endif // _WX_FONTUTIL_H_