No changes, just fix a typo: wxGuiLog was used instead of wxLogGui.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -398,7 +398,7 @@ public:
|
|||||||
// -----------------
|
// -----------------
|
||||||
|
|
||||||
// flush shows all messages if they're not logged immediately (FILE
|
// flush shows all messages if they're not logged immediately (FILE
|
||||||
// and iostream logs don't need it, but wxGuiLog does to avoid showing
|
// and iostream logs don't need it, but wxLogGui does to avoid showing
|
||||||
// 17 modal dialogs one after another)
|
// 17 modal dialogs one after another)
|
||||||
virtual void Flush();
|
virtual void Flush();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user