X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b81872f2efe2948592096f155729ec4ba5640a2..a08cbc01686c6acf8260a230ccdae38290dbfd20:/src/common/longlong.cpp diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 4303386f7c..704f95e7f6 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]; @@ -465,5 +465,6 @@ std::ostream& operator<< (std::ostream& o, const wxLongLongWx& ll) return o << result; } -#endif wxUSE_LONGLONG_WX +#endif + // wxUSE_LONGLONG_NATIVE