]> git.lyx.org Git - features.git/blobdiff - src/Painter.h
no time to finish compile, fixes to cxx warnings
[features.git] / src / Painter.h
index 1becb41462cf5b8f83973d6d2e81985bff10a05a..7225500072c8fdd6470077e9284dd13ee54f362d 100644 (file)
@@ -86,7 +86,7 @@ public:
        
        /** Draw a string at position x, y (y is the baseline)
            This is just for fast drawing */
-       PainterBase & text(int x, int y, char const * str, int l,
+       PainterBase & text(int x, int y, char const * str, size_t l,
                           LyXFont const & f);
        
        /// Draw a char at position x, y (y is the baseline)