X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b99891b0c8153704a9772ec8a60d548de86c531d..71e33cfbbddc293991796772c6e98a0e74ff826b:/include/wx/generic/logg.h?ds=inline diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index 3030d3bd3b..ae66dd0ada 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -89,8 +89,8 @@ protected: class WXDLLEXPORT wxLogWindow : public wxLogPassThrough { public: - wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL) - const wxChar *szTitle, // the title of the frame + wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL) + const wxString& szTitle, // the title of the frame bool bShow = true, // show window immediately? bool bPassToOld = true); // pass messages to the old target?