]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/fontdlg.h
1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
[wxWidgets.git] / include / wx / mac / carbon / fontdlg.h
index f8aa3f90166b0562f7cd1fc2e6ffd4e7c8c31fd5..b69a9fe74cbeec5616409e2821eb23fd419250eb 100644 (file)
 #ifndef _WX_FONTDLG_H_
 #define _WX_FONTDLG_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "fontdlg.h"
-#endif
-
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
 
@@ -38,7 +34,7 @@ public:
     wxFontData& GetFontData() { return m_fontData; }
     bool IsShown() const;
     void OnPanelClose();
-    void SetData(wxFontData& data);
+    void SetData(const wxFontData& data);
 
 protected:
     wxWindow*   m_dialogParent;