X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bd1fc29b235ef580d084b8ca95d4ee2372bb157..7b37894790309108caf73432465e434fb89f1727:/src/msw/dc.cpp diff --git a/src/msw/dc.cpp b/src/msw/dc.cpp index 4945615624..779e750e0c 100644 --- a/src/msw/dc.cpp +++ b/src/msw/dc.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -2883,7 +2882,7 @@ void wxMSWDCImpl::SetLayoutDirection(wxLayoutDirection dir) return; } - DWORD layout = GetLayout(GetHdc()); + DWORD layout = wxMSW::GetLayout(GetHdc()); if ( layout == GDI_ERROR ) return;