]> git.lyx.org Git - lyx.git/blobdiff - src/font.h
Small fixes
[lyx.git] / src / font.h
index d078ea8ba2c5c19d9f0084be9e6b339dc65c5f1f..95a55951514e7a88ee6c9d7745368c8565f950e3 100644 (file)
@@ -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) {