X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b81872f2efe2948592096f155729ec4ba5640a2..1e3698e55d7ee45267b69fa8ed5f94886ad47be9:/src/common/longlong.cpp diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 4303386f7c..46e5bf98e4 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -56,7 +56,7 @@ void *wxLongLongNative::asArray(void) const } // input/output -std::ostream& operator<< (std::ostream& o, const wxLongLongNative& ll) +ostream& operator<< (ostream& o, const wxLongLongNative& ll) { char result[65]; @@ -449,7 +449,7 @@ void *wxLongLongWx::asArray(void) const // input/output -std::ostream& operator<< (std::ostream& o, const wxLongLongWx& ll) +ostream& operator<< (ostream& o, const wxLongLongWx& ll) { char result[65];