]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/overlay.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / dfb / overlay.cpp
index 6b7f4b2b30a94cd504d7199a9f8fa5105a3b60e2..80ee371efecb660ffbf3c2c3fa2d8ef1babbbdba 100644 (file)
@@ -101,7 +101,7 @@ void wxOverlayImpl::EndDrawing(wxWindowDC *dc)
 void wxOverlayImpl::Clear(wxWindowDC *dc)
 {
     wxASSERT_MSG( IsOk(),
 void wxOverlayImpl::Clear(wxWindowDC *dc)
 {
     wxASSERT_MSG( IsOk(),
-                  _T("You cannot Clear an overlay that is not initialized") );
+                  "You cannot Clear an overlay that is not initialized" );
 
     m_isEmpty = true;
 }
 
     m_isEmpty = true;
 }