Better backward compatibility and deprecation markup for interface deprecated in comments.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,14 +27,9 @@ public:
|
||||
|
||||
virtual int ShowModal();
|
||||
|
||||
// deprecated interface, don't use
|
||||
wxFontDialog(wxWindow *parent, const wxFontData *data)
|
||||
: wxFontDialogBase(parent, data) { Create(parent, data); }
|
||||
|
||||
protected:
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog)
|
||||
};
|
||||
|
||||
#endif
|
||||
// _WX_PALMOS_FONTDLG_H_
|
||||
|
||||
|
Reference in New Issue
Block a user