X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e30285abc6cb45d7e2cd66ddfe3eb460821f57ae..be7a101366995b7b7bb76e3d5b1e7dd8fc9a1af8:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index a08916b1cb..eeec34cc7b 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -6,7 +6,7 @@ // Created: 29/01/98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_LOG_H_ @@ -101,7 +101,7 @@ enum #define wxTraceOleCalls 0x0100 // OLE interface calls #endif -#include "wx/ioswrap.h" +#include "wx/iosfwrap.h" // ---------------------------------------------------------------------------- // derive from this class to redirect (or suppress, or ...) log messages @@ -223,7 +223,7 @@ public: // this method exists for backwards compatibility only, don't use - bool HasPendingMessages() const { return true; } + bool HasPendingMessages() const { return TRUE; } protected: // the logging functions that can be overriden