]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/fontdlg.h
move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent(...
[wxWidgets.git] / include / wx / msw / fontdlg.h
index 92d6078b4525cfaef41dfb24e3c4bef4c7f6c0d6..b20a79d7ce143414d0f32885cdab541bcebd6230 100644 (file)
@@ -16,7 +16,7 @@
 // wxFontDialog
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxFontDialog : public wxFontDialogBase
+class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase
 {
 public:
     wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ }