X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffont.h;h=95a55951514e7a88ee6c9d7745368c8565f950e3;hb=f676dacf9c69d8c906653f54d00342c01de6facf;hp=d078ea8ba2c5c19d9f0084be9e6b339dc65c5f1f;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/font.h b/src/font.h index d078ea8ba2..95a5595151 100644 --- a/src/font.h +++ b/src/font.h @@ -51,7 +51,7 @@ struct lyxfont { } /// static - int width(char const * s, int n, LyXFont const & f); + int width(char const * s, size_t n, LyXFont const & f); /// static int width(string const & s, LyXFont const & f) {