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:
parent
f42d26252d
commit
4516e6c444
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user