]> git.saurik.com Git - wxWidgets.git/commitdiff
wxLogWindow ctor changed
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 1998 10:18:51 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 1998 10:18:51 +0000 (10:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@81 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/log.h

index a4840632454c08f472d85ae952b30cff0683b232..99ed98ee67a1255270e5b81777a9a2a4be364972 100644 (file)
@@ -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