]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
More GTK prefixing for internal methods
[wxWidgets.git] / include / wx / fontenum.h
index 29127061a8bcf78899e5c21cd9efac0143c494dd..051ee572c1970a2e43ad90cd3e9549aa16288607 100644 (file)
@@ -25,7 +25,7 @@
 // fonts with given attributes
 // ----------------------------------------------------------------------------
 
 // fonts with given attributes
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxFontEnumerator
+class WXDLLIMPEXP_CORE wxFontEnumerator
 {
 public:
     wxFontEnumerator() {}
 {
 public:
     wxFontEnumerator() {}
@@ -81,7 +81,7 @@ private:
     bool EnumerateEncodingsUTF8(const wxString& facename);
 #endif
 
     bool EnumerateEncodingsUTF8(const wxString& facename);
 #endif
 
-    DECLARE_NO_COPY_CLASS(wxFontEnumerator)
+    wxDECLARE_NO_COPY_CLASS(wxFontEnumerator);
 };
 
 #endif // wxUSE_FONTENUM
 };
 
 #endif // wxUSE_FONTENUM