]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.h
Just some changes to be able to change TabularFeatures with the Table menu
[lyx.git] / src / insets / insetinfo.h
index 5e7dfd1de642abb9553f0362d0f653f16f69edc8..2e4267a8880f91efc0c68dad0fe99b895c44ab25 100644 (file)
@@ -33,6 +33,7 @@ public:
        ///
        InsetInfo();
        ///
+       explicit
        InsetInfo(string const & string);
        ///
        ~InsetInfo();
@@ -49,7 +50,9 @@ public:
        ///
        void Read(LyXLex & lex);
        ///
-       int Latex(std::ostream &, signed char fragile, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
+       ///
+       int Ascii(std::ostream &) const;
        ///
        int Linuxdoc(std::ostream &) const;
        ///