X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetgraphics.h;h=92849ae22907c33eafbcf17ed8e94a05a569cd67;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=daf926c07925ccf3dee8c5794f814f0bf1469898;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetgraphics.h b/src/insets/insetgraphics.h index daf926c079..92849ae229 100644 --- a/src/insets/insetgraphics.h +++ b/src/insets/insetgraphics.h @@ -46,10 +46,12 @@ public: /// void Read(LyXLex & lex); /** returns the number of rows (\n's) of generated tex code. - fragile != 0 means, that the inset should take care about + fragile == true means, that the inset should take care about fragile commands by adding a \protect before. */ - 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; ///