X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=d48e8eaa8446ce91876a9b2018aa99774e9021fc;hb=c130d5dbfd3f4d4a2721c9be786b7fa45b806aca;hp=b434ab4a9538b067232f4ff15816ace4a53e33f6;hpb=e3052dc18bc13cd4ea91cd5e528246e3d4a4ae12;p=features.git diff --git a/src/tabular.h b/src/tabular.h index b434ab4a95..d48e8eaa84 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -20,6 +20,7 @@ #include #include "lyxlex.h" +#include "layout.h" #include "LString.h" #include "insets/insettext.h" @@ -173,14 +174,14 @@ public: /// LyXTabular(InsetTabular *, int columns_arg, int rows_arg); /// - LyXTabular(InsetTabular *, LyXTabular const &); + LyXTabular(InsetTabular *, LyXTabular const &, bool same_id = false); /// explicit LyXTabular(Buffer const *, InsetTabular *, LyXLex & lex); /// LyXTabular & operator=(LyXTabular const &); /// - LyXTabular * clone(InsetTabular *); + LyXTabular * clone(InsetTabular *, bool same_id = false); /// Returns true if there is a topline, returns false if not bool TopLine(int cell, bool onlycolumn = false) const;