Martin Vermeer wrote:
> Improved patch attached.

size() has type std::vector<lyx::size_type>::size_type which is *not* the
same as unsigned on 64 bit machines. Please use lyx::size_type here too.

+       unsigned rowno = 0;
        ...
+               if (rowno >= par.row_sig().size())

Great work!
-- 
Angus

Reply via email to