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:
@@ -718,7 +718,7 @@ private:
|
|||||||
|
|
||||||
// log everything to a "FILE *", stderr by default
|
// log everything to a "FILE *", stderr by default
|
||||||
class WXDLLIMPEXP_BASE wxLogStderr : public wxLog,
|
class WXDLLIMPEXP_BASE wxLogStderr : public wxLog,
|
||||||
private wxMessageOutputStderr
|
protected wxMessageOutputStderr
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// redirect log output to a FILE
|
// redirect log output to a FILE
|
||||||
|
Reference in New Issue
Block a user