git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
GetParent()->ClientToScreen(x, y);
}
+
+ DECLARE_DYNAMIC_CLASS(wxPopupWindow)
};
#endif // _WX_MSW_POPUPWIN_H_
#include "wx/univ/renderer.h"
#endif // __WXUNIVERSAL__
+// there is no src/msw/popupwin.cpp to put this in, so we do it here - BTW we
+// probably could do it for all ports here just as well
+#ifdef __WXMSW__
+ IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
+#endif // __WXMSW__
+
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
}
#endif // wxUSE_POPUPWIN
+