On Sun, Sep 02, 2007 at 09:44:24PM +0200, Abdelrazak Younes wrote:
> >http://www.lyx.org/trac/file/lyx-devel/trunk/src/TextMetrics.cpp?rev=20011
> >==============================================================================
> >--- lyx-devel/trunk/src/TextMetrics.cpp (original)
> >+++ lyx-devel/trunk/src/TextMetrics.cpp Sun Sep  2 20:05:37 2007
> >@@ -155,7 +155,7 @@
> >     Dimension const old_dim = dim_;
> >     // reset dimension.
> >     dim_ = Dimension();
> >-    size_t npar = text_->paragraphs().size();
> >+    pit_type const npar = text_->paragraphs().size();
> 
> It's probably time to make pit_type unsigned...


Try it. I am not sure it will work.

Andre'

Reply via email to