wxUSE_STL compilation fixes for wxGenericFontDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -104,13 +104,6 @@ private: | ||||
|     DECLARE_DYNAMIC_CLASS(wxGenericFontDialog) | ||||
| }; | ||||
|  | ||||
| WXDLLEXPORT const wxChar *wxFontFamilyIntToString(int family); | ||||
| WXDLLEXPORT const wxChar *wxFontWeightIntToString(int weight); | ||||
| WXDLLEXPORT const wxChar *wxFontStyleIntToString(int style); | ||||
| WXDLLEXPORT int wxFontFamilyStringToInt(wxChar *family); | ||||
| WXDLLEXPORT int wxFontWeightStringToInt(wxChar *weight); | ||||
| WXDLLEXPORT int wxFontStyleStringToInt(wxChar *style); | ||||
|  | ||||
| #if WXWIN_COMPATIBILITY_2_6 | ||||
|     // deprecated, for backwards compatibility only | ||||
| inline wxGenericFontDialog::wxGenericFontDialog(wxWindow *parent, const wxFontData *data) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user