X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..c27bcbd5a7cec9f03b15c69824da99c5bb75924a:/include/wx/msw/popupwin.h diff --git a/include/wx/msw/popupwin.h b/include/wx/msw/popupwin.h index 3a1f9f1732..53d6e0e37d 100644 --- a/include/wx/msw/popupwin.h +++ b/include/wx/msw/popupwin.h @@ -30,7 +30,7 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); - virtual bool Show(bool show = TRUE); + virtual bool Show(bool show = true); protected: // popups handle the position like wxTopLevelWindow, not wxWindow