]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontenum.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / fontenum.h
index 089443aed045e0598f6a0904cacb255727d645e5..048e201b5fb5e691b49743336947252e488f04fa 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxFontEnumerator
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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.