X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c30aaf75f0571d18abee4068c36df0a7f07842cb..0371a6914315f283371985bb751fb37504dd63d8:/include/wx/date.h diff --git a/include/wx/date.h b/include/wx/date.h index 3063dd31af..dc7c7b613a 100644 --- a/include/wx/date.h +++ b/include/wx/date.h @@ -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);