X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9c3992c393926560befe4e312e4b135b675297f..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/fontenum.h?ds=sidebyside diff --git a/interface/wx/fontenum.h b/interface/wx/fontenum.h index 089443aed0..ba5cfa8cf2 100644 --- a/interface/wx/fontenum.h +++ b/interface/wx/fontenum.h @@ -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.