]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontenum.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / fontenum.h
index 089443aed045e0598f6a0904cacb255727d645e5..ba5cfa8cf29e5524556b94ae921ac81d32bbd160 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        fontenum.h
 // Purpose:     interface of wxFontEnumerator
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -35,6 +34,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.