]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/region.cpp
Disable symbols visibility support for the Clang compiler.
[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
 {
 
 bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const
 {
-    wxFAIL_MSG( _T("not implemented") );
+    wxFAIL_MSG( wxT("not implemented") );
 
     return false;
 }
 
     return false;
 }