X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..d51305e81eb593bedd92cda864671e15209c268f:/include/wx/generic/logg.h?ds=inline 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?