]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/radiobox.cpp
Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with...
[wxWidgets.git] / src / mac / classic / radiobox.cpp
index 5c6edaa33db0765ae7ac51442bc1cd239b79cc49..35cba1fcbeaa9819b110dcfc81a5b4dcf368a3c0 100644 (file)
 
 #include "wx/radiobox.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/radiobut.h"
+#endif
+
 #include "wx/arrstr.h"
-#include "wx/radiobut.h"
 #include "wx/mac/uma.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
@@ -30,7 +33,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
 //-------------------------------------------------------------------------------------
 // Default constructor
 BEGIN_EVENT_TABLE(wxRadioBox, wxControl)
-EVT_RADIOBUTTON( wxID_ANY , wxRadioBox::OnRadioButton )
+    EVT_RADIOBUTTON( wxID_ANY , wxRadioBox::OnRadioButton )
 END_EVENT_TABLE()
 
 void wxRadioBox::OnRadioButton( wxCommandEvent &outer )