]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
1. registry files corresponding to the recent registry.h changes
[wxWidgets.git] / include / wx / log.h
index 074adb078f6f0e405f6ecf5a86881553482d7a80..ec849d8df93ab4708310a2825614f13028795649 100644 (file)
@@ -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
 {