X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92f5ff59ccde20a9395084bb29c281ed6831b1b1..a467ac36a568c8ed1c43604fd7f1f2b2d3b6efc2:/include/wx/longlong.h diff --git a/include/wx/longlong.h b/include/wx/longlong.h index 607859c2c5..621abc3e3d 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -308,7 +308,7 @@ public: #if wxUSE_STD_IOSTREAM // input/output - friend ostream& operator<<(ostream&, const wxLongLongNative&); + friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongNative&); #endif private: @@ -490,7 +490,7 @@ public: // input/output #if wxUSE_STD_IOSTREAM - friend ostream& operator<<(ostream&, const wxLongLongWx&); + friend wxSTD ostream& operator<<(wxSTD ostream&, const wxLongLongWx&); #endif // wxUSE_STD_IOSTREAM void *asArray() const;