]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/geometry/rect.cpp
adding range type
[wxWidgets.git] / tests / geometry / rect.cpp
index e22c41e61b5ea0cec02857165c06673bff27a8e5..505088b4dab0fbe5472572e3cb474ab115b03e41 100644 (file)
@@ -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