X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/833a51f67ec2cb68649cf4cd2fe46456fc1752b6..a7d5151df02bf70a9f6ff1c5c7fd33ab07bf409c:/src/motif/popupwin.cpp diff --git a/src/motif/popupwin.cpp b/src/motif/popupwin.cpp index b3ce905e52..fd60ed2e11 100644 --- a/src/motif/popupwin.cpp +++ b/src/motif/popupwin.cpp @@ -9,9 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#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 +25,6 @@ #include "wx/motif/private.h" -IMPLEMENT_DYNAMIC_CLASS( wxPopupWindow, wxWindow ); - bool wxPopupWindow::Create( wxWindow *parent, int flags ) { if( !wxPopupWindowBase::Create( parent, flags ) )