X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/fontenum.h diff --git a/interface/wx/fontenum.h b/interface/wx/fontenum.h index 15763d5ebf..ba5cfa8cf2 100644 --- a/interface/wx/fontenum.h +++ b/interface/wx/fontenum.h @@ -2,7 +2,6 @@ // Name: fontenum.h // Purpose: interface of wxFontEnumerator // Author: wxWidgets team -// RCS-ID: $Id$ // 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.