]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/accel.cpp
using new API (no visual difference)
[wxWidgets.git] / src / generic / accel.cpp
index 3bc6df37be36bd92f92dd9b19a4218597beebc08..b9a49a85e6e18a38a383f50a292d0487531ba04b 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "accel.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -44,7 +40,7 @@
 
 WX_DECLARE_LIST(wxAcceleratorEntry, wxAccelList);
 #include "wx/listimpl.cpp"
-WX_DEFINE_LIST(wxAccelList);
+WX_DEFINE_LIST(wxAccelList)
 
 // ----------------------------------------------------------------------------
 // wxAccelRefData: the data used by wxAcceleratorTable