X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d61f7200331a1cd1a3b2353292e6801511ccbc5d..7ea1c917764fb2588fe1aadc75c49ba300f8cb2f:/src/generic/accel.cpp?ds=inline diff --git a/src/generic/accel.cpp b/src/generic/accel.cpp index 3bc6df37be..b9a49a85e6 100644 --- a/src/generic/accel.cpp +++ b/src/generic/accel.cpp @@ -16,10 +16,6 @@ // 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