]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/fontdlg.h
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / include / wx / msw / fontdlg.h
index cc5d04625433c4db45faaa22ad87442f903358ab..24d11c853559a795967980154f5cd9b213080590 100644 (file)
 #ifndef _WX_MSW_FONTDLG_H_
 #define _WX_MSW_FONTDLG_H_
 
-#ifdef __GNUG__
-    #pragma interface "fontdlg.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxFontDialog
 // ----------------------------------------------------------------------------
@@ -36,7 +32,7 @@ public:
         : wxFontDialogBase(parent, data) { Create(parent, data); }
 
 protected:
-    DECLARE_DYNAMIC_CLASS(wxFontDialog)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog)
 };
 
 #endif