X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..9a62fa17b1c342b5b1e1bb9b96373e170a9d8b6f:/include/wx/msw/fontenum.h diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index 38b7e08eca..57bb9c585e 100644 --- a/include/wx/msw/fontenum.h +++ b/include/wx/msw/fontenum.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: fontenum.h +// Name: wx/msw/fontenum.h // Purpose: wxFontEnumerator class for Windows // Author: Julian Smart // Modified by: @@ -9,12 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef _WX_FONTENUM_H_ -#define _WX_FONTENUM_H_ - -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "fontenum.h" -#endif +#ifndef _WX_FONTENUM_MSW_H_ +#define _WX_FONTENUM_MSW_H_ /* * wxFontEnumerator: for gathering font information @@ -24,12 +20,12 @@ class wxFontEnumerator: public wxObject { DECLARE_CLASS(wxFontEnumerator) public: - wxFontEnumerator() {}; + wxFontEnumerator() {} // Enumerate the fonts. bool Enumerate(); - // Stop enumeration if FALSE is returned. + // Stop enumeration if false is returned. // By default, the enumerator stores the facenames in a list for // retrieval via GetFacenames(). virtual bool OnFont(const wxFont& font); @@ -41,5 +37,4 @@ protected: }; #endif - // _WX_FONTENUM_H_ - + // _WX_FONTENUM_MSW_H_