]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/accel.cpp
Added wxSizerItem::SetUserData
[wxWidgets.git] / src / mac / classic / accel.cpp
index f2f6863596886944d9c87a11f1a2ee84386ac4cc..4e5bbd85f5e8402fe019561e75ca20a561ca4088 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "accel.h"
-#endif
-
 #include "wx/setup.h"
 #include "wx/accel.h"
 #include "wx/string.h"
@@ -25,7 +21,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxAcceleratorTable, wxObject)
 
 WX_DECLARE_LIST(wxAcceleratorEntry, wxAccelList);
 #include "wx/listimpl.cpp"
-WX_DEFINE_LIST(wxAccelList);
+WX_DEFINE_LIST(wxAccelList)
 
 // ----------------------------------------------------------------------------
 // wxAccelRefData: the data used by wxAcceleratorTable