]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/date.h
fixed multiple bugs in multiple selection wxCheckListBoxes
[wxWidgets.git] / include / wx / date.h
index 09e8e00c4900c3ee2d2a6ae9bfcad7835ab220a9..635457d9d3e0a81d725113d0324e7ff201e833d1 100644 (file)
@@ -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