]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/date.cpp
Added size event for status bar
[wxWidgets.git] / src / common / date.cpp
index bd67ec071a02ddd1b0f4c47f697cd5346130fbc1..2b248eab657d52d41095120fabb7221c2115f5a2 100644 (file)
@@ -279,7 +279,7 @@ bool WXDLLEXPORT operator != (const wxDate &dt1, const wxDate &dt2)
 // Ostream operations
 ////////////////////////////////////////////////////////////////
 
-ostream& WXDLLEXPORT operator << (ostream &os, const wxDate &dt)
+ostream WXDLLEXPORT & operator << (ostream &os, const wxDate &dt)
 {
        return os << (const char *) dt.FormatDate();
 }