X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ca64d4137439844a5e6c95b4da16f32cf7840ab..f31bbefd1070af6162b9deeda9d4e528efbc1b31:/src/dfb/overlay.cpp diff --git a/src/dfb/overlay.cpp b/src/dfb/overlay.cpp index 56f3dfb5f1..80ee371efe 100644 --- a/src/dfb/overlay.cpp +++ b/src/dfb/overlay.cpp @@ -23,6 +23,11 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/window.h" + #include "wx/dcclient.h" +#endif + #include "wx/private/overlay.h" #include "wx/dfb/private.h" @@ -96,7 +101,7 @@ void wxOverlayImpl::EndDrawing(wxWindowDC *dc) 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; }