wxDialog::Show has default argument value in wxUniv now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-02-01 23:01:47 +00:00
parent b7d5acd0fa
commit 9facc12633

View File

@ -71,7 +71,7 @@ public:
// returns TRUE if we're in a modal loop
bool IsModalShowing() const;
bool Show(bool show);
bool Show(bool show = TRUE);
// implementation only from now on
// -------------------------------