X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlatex.h;h=c3b5b52a500622c18ab241ffc82623a9ddd1a5cd;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=591c8eefd87814e8a2014f3b4bf8cf2a8d905584;hpb=132fe5e1322fbc86a32692df51eba78d6b4e479c;p=lyx.git diff --git a/src/insets/insetlatex.h b/src/insets/insetlatex.h index 591c8eefd8..c3b5b52a50 100644 --- a/src/insets/insetlatex.h +++ b/src/insets/insetlatex.h @@ -29,6 +29,7 @@ public: /// InsetLatex(); /// + explicit InsetLatex(string const & string); /// ~InsetLatex(); @@ -49,6 +50,8 @@ public: /// int Latex(string & file, signed char fragile, bool free_spc); /// + int Ascii(string & file) const; + /// int Linuxdoc(string & file); /// int DocBook(string & file);