X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc5e942bf3972629a0800d1653e20e177d8fa859..3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d:/tests/geometry/rect.cpp diff --git a/tests/geometry/rect.cpp b/tests/geometry/rect.cpp index e22c41e61b..505088b4da 100644 --- a/tests/geometry/rect.cpp +++ b/tests/geometry/rect.cpp @@ -28,7 +28,7 @@ // ---------------------------------------------------------------------------- // this operator is needed to use CPPUNIT_ASSERT_EQUAL with wxRects -wxSTD ostream& operator<<(wxSTD ostream& os, const wxRect& r) +std::ostream& operator<<(std::ostream& os, const wxRect& r) { os << "{" << r.x << ", " << r.y << ", " << r.width << ", " << r.height