X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6021b8f80b7b64b5d50702864da5f139710527e4..8c94336825149d5f329eaea77ba32ae5b5fd3a31:/include/wx/toplevel.h diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index b5a03d9b23..bace093741 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -217,7 +217,7 @@ protected: // coordinates: this is already the case virtual void DoGetScreenPosition(int *x, int *y) const { - return DoGetPosition(x, y); + DoGetPosition(x, y); } // test whether this window makes part of the frame