X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlabel.h;h=62196b7d8014c01f28e986616a15847ae7db77c1;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=64db3ee664178af13261d31b7c691387ce9681dc;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetlabel.h b/src/insets/insetlabel.h index 64db3ee664..62196b7d80 100644 --- a/src/insets/insetlabel.h +++ b/src/insets/insetlabel.h @@ -23,6 +23,7 @@ class InsetLabel : public InsetCommand { public: /// + explicit InsetLabel(string const & cmd); /// InsetLabel() : InsetCommand("label") {} @@ -39,7 +40,9 @@ public: /// EDITABLE Editable() const { return NOT_EDITABLE; } /// - 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; ///