X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff46415213f7435aa64ab4f5b7dfdbb7b31f3796..a8a3ccb853083fef8c96ba7cb422790a8852dbde:/include/wx/log.h?ds=sidebyside diff --git a/include/wx/log.h b/include/wx/log.h index 41933e8534..7190314658 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -1571,7 +1571,7 @@ wxSafeShowMessage(const wxString& title, const wxString& text); #endif // macro which disables debug logging in release builds: this is done by -// default by IMPLEMENT_APP() so usually it doesn't need to be used explicitly +// default by wxIMPLEMENT_APP() so usually it doesn't need to be used explicitly #if defined(NDEBUG) && wxUSE_LOG_DEBUG #define wxDISABLE_DEBUG_LOGGING_IN_RELEASE_BUILD() \ wxLog::SetLogLevel(wxLOG_Info)