X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5abe9111b4f425bc2430111b2b77844e87b2f29..0a240683ed2ed0ad7efe733d451dd36740607605:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index 074adb078f..ec849d8df9 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -180,7 +180,7 @@ private: FILE *m_fp; }; -#ifdef wxUSE_STD_IOSTREAM +#if wxUSE_STD_IOSTREAM // log everything to an "ostream", cerr by default class WXDLLEXPORT wxLogStream : public wxLog { @@ -199,7 +199,7 @@ protected: #ifndef wxUSE_NOGUI -#ifdef wxUSE_STD_IOSTREAM +#if wxUSE_STD_IOSTREAM // log everything to a text window (GUI only of course) class WXDLLEXPORT wxLogTextCtrl : public wxLogStream {