]> git.lyx.org Git - features.git/commitdiff
Fix plaintext header definition
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 8 Apr 2013 09:09:45 +0000 (11:09 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 8 Apr 2013 09:09:45 +0000 (11:09 +0200)
src/insets/InsetArgument.h

index b2693a49a0d30d69c48418fa7a8b0bde78116d6b..76b6f0143b9b83284db5ef8d46286c0f696f6f0a 100644 (file)
@@ -49,7 +49,7 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const { }
        ///
-       int plaintext(odocstringstream &, OutputParams const &, int) const { return 0; }
+       int plaintext(odocstringstream &, OutputParams const &, size_t) const { return 0; }
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///