wxLogWindow ctor changed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@81 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-06-10 10:18:51 +00:00
parent f42d26252d
commit 4516e6c444

View File

@@ -196,7 +196,7 @@ class wxLogFrame;
class WXDLLEXPORT wxLogWindow : public wxLog class WXDLLEXPORT wxLogWindow : public wxLog
{ {
public: public:
wxLogWindow(const wxTString& strTitle); wxLogWindow(const wxTString& strTitle, bool bShow = TRUE);
~wxLogWindow(); ~wxLogWindow();
// show/hide the log window // show/hide the log window