X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca3e85cfa8bec43f148eb1db520ab125947bf1e7..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/fontdlg.h diff --git a/include/wx/os2/fontdlg.h b/include/wx/os2/fontdlg.h index 27031b6fcf..c2e65c10e7 100644 --- a/include/wx/os2/fontdlg.h +++ b/include/wx/os2/fontdlg.h @@ -5,7 +5,6 @@ // Author: David Webster // Modified by: // Created: 10/06/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,13 +13,12 @@ #define _WX_FONTDLG_H_ #include "wx/dialog.h" -#include "wx/cmndata.h" /* * Font dialog */ -class WXDLLEXPORT wxFontDialog: public wxFontDialogBase +class WXDLLIMPEXP_CORE wxFontDialog: public wxFontDialogBase { public: wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ }