]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
renamed to WX_DECLARE_LIST_WITH_DECL for consistency
[wxWidgets.git] / include / wx / fontenum.h
index 456590ae64f5c274ca2adf7fdbf45d0aadf7b315..2412f25c46ce450074fb5f4ad1b6db209cc6779e 100644 (file)
@@ -18,6 +18,7 @@
 #endif
 
 #include "wx/fontenc.h"
+#include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
 // wxFontEnumerator enumerates all available fonts on the system or only the
@@ -42,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