]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
Renamed GtkMyFixed to GtkPizza,
[wxWidgets.git] / include / wx / fontenum.h
index 8ee785ffc68958357bdadbb93447ed4de5787cb2..78d4371371d6487bbabd58074db1fe8591e10555 100644 (file)
@@ -22,7 +22,7 @@
 // fonts with given attributes
 // ----------------------------------------------------------------------------
 
-class wxFontEnumerator
+class WXDLLEXPORT wxFontEnumerator
 {
 public:
     // start enumerating font families - will result in OnFontFamily() being
@@ -32,7 +32,7 @@ public:
     // enumerate the different encodings either for given font family or for
     // all font families - will result in OnFontEncoding() being called for
     // each available (family, encoding) couple
-    virtual bool EnumerateEncodings(const wxString& family = _T(""));
+    virtual bool EnumerateEncodings(const wxString& family = wxT(""));
 
     // callbacks which are called after one of EnumerateXXX() functions from
     // above is invoked - all of them may return FALSE to stop enumeration or