diff --git a/include/wx/mdi.h b/include/wx/mdi.h index 8bf2cd698c..2ebc216fa8 100644 --- a/include/wx/mdi.h +++ b/include/wx/mdi.h @@ -321,6 +321,11 @@ protected: wxWindow::DoMoveWindow(x, y, width, height); } + virtual void DoGetScreenPosition(int *x, int *y) const wxOVERRIDE + { + wxWindow::DoGetScreenPosition(x, y); + } + // no size hints virtual void DoSetSizeHints(int WXUNUSED(minW), int WXUNUSED(minH), int WXUNUSED(maxW), int WXUNUSED(maxH),