]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/region.cpp
remove streams tests: they're very basic and already-existing CppUnit stream tests...
[wxWidgets.git] / src / mgl / region.cpp
index 62457373753d764ed9fb77b840be989a0fe22f36..7a93ccce57d1cf35645d5f2fdb8a523f9717c723 100644 (file)
@@ -147,7 +147,7 @@ void wxRegion::Clear()
 
 bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const
 {
-    wxFAIL_MSG( _T("not implemented") );
+    wxFAIL_MSG( wxT("not implemented") );
 
     return false;
 }