diff options
Diffstat (limited to 'wx+/grid.cpp')
-rw-r--r-- | wx+/grid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/grid.cpp b/wx+/grid.cpp index fe168df6..c7b43d4a 100644 --- a/wx+/grid.cpp +++ b/wx+/grid.cpp @@ -159,7 +159,7 @@ wxSize GridData::drawCellText(wxDC& dc, const wxRect& rect, const std::wstring& */ //truncate large texts and add ellipsis - assert(!contains(text, L"\n")); + assert(!contains(text, L'\n')); std::wstring textTrunc = text; wxSize extentTrunc = dc.GetTextExtent(textTrunc); |