X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..32c19f25fce3a38f9e4cf1497761fd7364d7bc62:/include/wx/generic/logg.h diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index 16418df233..26caf21bb0 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -88,7 +88,7 @@ protected: class WXDLLEXPORT wxLogWindow : public wxLogPassThrough { public: - wxLogWindow(wxFrame *pParent, // the parent frame (can be NULL) + wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL) const wxChar *szTitle, // the title of the frame bool bShow = true, // show window immediately? bool bPassToOld = true); // pass messages to the old target?