]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/logg.h
Make list consistent with tree in terms of Vetoed changes closing the inline edit...
[wxWidgets.git] / include / wx / generic / logg.h
index 16418df233846102dac9a6cb300cd02958cc48d6..26caf21bb01b2592342bb816b854a735d9c08db5 100644 (file)
@@ -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?