From 4516e6c44440db18716375b16a76b093c67cdbee Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Jun 1998 10:18:51 +0000 Subject: [PATCH] wxLogWindow ctor changed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@81 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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