X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/833a51f67ec2cb68649cf4cd2fe46456fc1752b6..a685a06c96085e01d0b38432eac2ec0b887c2dcb:/src/motif/popupwin.cpp diff --git a/src/motif/popupwin.cpp b/src/motif/popupwin.cpp index b3ce905e52..5c59c1a08b 100644 --- a/src/motif/popupwin.cpp +++ b/src/motif/popupwin.cpp @@ -13,6 +13,9 @@ #pragma implementation "popup.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/popupwin.h" #include "wx/app.h" @@ -26,8 +29,6 @@ #include "wx/motif/private.h" -IMPLEMENT_DYNAMIC_CLASS( wxPopupWindow, wxWindow ); - bool wxPopupWindow::Create( wxWindow *parent, int flags ) { if( !wxPopupWindowBase::Create( parent, flags ) )