]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/fontdlg.h
Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item.
[wxWidgets.git] / include / wx / os2 / fontdlg.h
index 27031b6fcf53ed26d13dd8a4343f26183c8769fc..485bdbf864884bf2b73353ace3f9fea57ce598f7 100644 (file)
 #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 */ }