X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba14d9861d043d53cc53ea70a2fab4146f7be9f3..5d7836c47de679f03b1b7e738c77164c11bd3689:/include/wx/msw/colordlg.h diff --git a/include/wx/msw/colordlg.h b/include/wx/msw/colordlg.h index af068a631e..23cb6a6a62 100644 --- a/include/wx/msw/colordlg.h +++ b/include/wx/msw/colordlg.h @@ -12,10 +12,6 @@ #ifndef _WX_COLORDLG_H_ #define _WX_COLORDLG_H_ -#ifdef __GNUG__ -#pragma interface "colordlg.h" -#endif - #include "wx/setup.h" #include "wx/dialog.h" #include "wx/cmndata.h" @@ -54,7 +50,7 @@ protected: wxPoint m_pos; - DECLARE_DYNAMIC_CLASS(wxColourDialog) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxColourDialog) }; #endif