X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=241a8fe43e5d4eef2f7c4cabcc689b67c1525ee4;hb=bd659b25fb6e2df5d02273ee1ce4699aa5723e2e;hp=c7c74d9cd013f2a88eebf7bdfa9dca47ccd1e6d2;hpb=71f8ac34a96741c40c876c66ae199f9677559a5c;p=features.git diff --git a/src/tabular.h b/src/tabular.h index c7c74d9cd0..241a8fe43e 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -283,13 +283,13 @@ public: // helper function for Latex returns number of newlines /// int AsciiTopHLine(std::ostream &, int row, - vector const &) const; + std::vector const &) const; /// int AsciiBottomHLine(std::ostream &, int row, - vector const &) const; + std::vector const &) const; /// int AsciiPrintCell(Buffer const *, std::ostream &, int cell, int row, - int column, vector const &) const; + int column, std::vector const &) const; /// int Ascii(Buffer const *, std::ostream &) const; ///