]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
[start of] cleanup uxtheme support code
[wxWidgets.git] / include / wx / fontenum.h
index 69829484e2b21d3ec07ec5356c2530eb90ea7061..2412f25c46ce450074fb5f4ad1b6db209cc6779e 100644 (file)
@@ -43,7 +43,7 @@ public:
     // enumerate the different encodings either for given font facename or for
     // all facenames - will result in OnFontEncoding() being called for each
     // available (facename, encoding) couple
-    virtual bool EnumerateEncodings(const wxString& facename = wxT(""));
+    virtual bool EnumerateEncodings(const wxString& facename = wxEmptyString);
 
     // callbacks which are called after one of EnumerateXXX() functions from
     // above is invoked - all of them may return FALSE to stop enumeration or