]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/date.h
*** empty log message ***
[wxWidgets.git] / include / wx / date.h
index 3063dd31af726a21d0f2dca18ef6260f42930dfe..dc7c7b613a260cbc7c68f102f46ca70267718a14 100644 (file)
@@ -92,7 +92,9 @@ public:
     friend bool WXDLLEXPORT operator == (const wxDate &dt1, const wxDate &dt2);
     friend bool WXDLLEXPORT operator != (const wxDate &dt1, const wxDate &dt2);
 
+#if wxUSE_STD_IOSTREAM
     friend ostream WXDLLEXPORT & operator << (ostream &os, const wxDate &dt);
+#endif
 
     wxString FormatDate      (int type=-1) const;
     void  SetFormat (int format);