X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79d3dfac2fab5566dd0773e7226bee74fe989e15..4776c0b783a9776f94b049aecdc253d379686b6b:/src/univ/topluniv.cpp diff --git a/src/univ/topluniv.cpp b/src/univ/topluniv.cpp index a93554e73d..cc90efba41 100644 --- a/src/univ/topluniv.cpp +++ b/src/univ/topluniv.cpp @@ -163,7 +163,7 @@ void wxTopLevelWindow::UseNativeDecorationsByDefault(bool native) void wxTopLevelWindow::UseNativeDecorations(bool native) { - wxASSERT_MSG( !m_windowStyle, _T("must be called before Create()") ); + wxASSERT_MSG( !m_windowStyle, wxT("must be called before Create()") ); m_usingNativeDecorations = native; }