X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..b11708106f93d28dbb47218b18e02674ad6c0cdb:/include/wx/date.h diff --git a/include/wx/date.h b/include/wx/date.h index 86c503ec49..49936f064d 100644 --- a/include/wx/date.h +++ b/include/wx/date.h @@ -82,7 +82,7 @@ class WXDLLEXPORT wxDate: public wxObject friend bool WXDLLEXPORT operator == (const wxDate &dt1, const wxDate &dt2); friend bool WXDLLEXPORT operator != (const wxDate &dt1, const wxDate &dt2); - friend ostream& WXDLLEXPORT operator << (ostream &os, const wxDate &dt); + friend ostream WXDLLEXPORT & operator << (ostream &os, const wxDate &dt); wxString FormatDate (int type=-1) const; void SetFormat (int format);