From: Vadim Zeitlin Date: Wed, 10 Jun 1998 10:18:51 +0000 (+0000) Subject: wxLogWindow ctor changed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4516e6c44440db18716375b16a76b093c67cdbee wxLogWindow ctor changed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@81 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/log.h b/include/wx/log.h index a484063245..99ed98ee67 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -196,7 +196,7 @@ class wxLogFrame; class WXDLLEXPORT wxLogWindow : public wxLog { public: - wxLogWindow(const wxTString& strTitle); + wxLogWindow(const wxTString& strTitle, bool bShow = TRUE); ~wxLogWindow(); // show/hide the log window