From ccaa21bceada0888ab7d42dc2b9ea1bd0a398051 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 10 Feb 2014 15:04:34 +1100 Subject: Fix 'possible loss of data' warnings on 64-bit Windows. --- qt/ScintillaEditBase/PlatQt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt/ScintillaEditBase/PlatQt.cpp') diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp index 71c4c08fc..243c9476c 100644 --- a/qt/ScintillaEditBase/PlatQt.cpp +++ b/qt/ScintillaEditBase/PlatQt.cpp @@ -471,7 +471,7 @@ void SurfaceImpl::MeasureWidths(Font &font, int i=0; while (ui words(list, list+count); char *startword = &words[0]; char *numword = NULL; -- cgit v1.2.3