X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..5fe8354960174a56ee21c456ac3ba521a7b9bae5:/include/wx/date.h diff --git a/include/wx/date.h b/include/wx/date.h index 09e8e00c49..635457d9d3 100644 --- a/include/wx/date.h +++ b/include/wx/date.h @@ -90,7 +90,7 @@ public: wxDate &operator--(int) { return *this -= 1; } #if wxUSE_STD_IOSTREAM - friend ostream WXDLLEXPORT & operator <<(ostream &os, const wxDate &dt) + friend wxSTD ostream WXDLLEXPORT & operator <<(wxSTD ostream &os, const wxDate &dt) { return os << dt.FormatDate().mb_str(); } #endif