Restore access to wxLogStderr::m_fp from derived classes

This was allowed before, but m_fp became private after the refactoring
of a7dddd9f3b.

Make it protected again now to avoid breaking existing code that
accesses it.
This commit is contained in:
Vadim Zeitlin
2017-11-07 21:21:55 +01:00
parent d3db5b30f6
commit 46fe849db6

View File

@@ -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