]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontenum.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / fontenum.h
index 15763d5ebff24552075b11be57edcc29c70f5e43..048e201b5fb5e691b49743336947252e488f04fa 100644 (file)
@@ -35,6 +35,9 @@
 class wxFontEnumerator
 {
 public:
+    wxFontEnumerator();
+    virtual ~wxFontEnumerator();
+
     /**
         Call OnFontEncoding() for each encoding supported by the given font -
         or for each encoding supported by at least some font if @a font is not specified.