]> git.lyx.org Git - lyx.git/blobdiff - src/PainterBase.h
get builddir!=srcdir compiling working; allow successful make even without noweb...
[lyx.git] / src / PainterBase.h
index 771baec8b980c6fcd9a059fcc43c79ba48de8bd5..47fa8c89939a805e7571d2f92711f9c776fe4a1b 100644 (file)
@@ -157,7 +157,7 @@ public:
 
        /** Draw a string at position x, y (y is the baseline)
            This is just for fast drawing */
-       virtual PainterBase & text(int x, int y, char const * str, int l,
+       virtual PainterBase & text(int x, int y, char const * str, size_t l,
                       LyXFont const & f) = 0;
 
        /// Draw a char at position x, y (y is the baseline)