diff --git a/include/wx/log.h b/include/wx/log.h index fa2efb5ee0..d6945eb0d2 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -718,7 +718,7 @@ private: // log everything to a "FILE *", stderr by default class WXDLLIMPEXP_BASE wxLogStderr : public wxLog, - private wxMessageOutputStderr + protected wxMessageOutputStderr { public: // redirect log output to a FILE