]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlabel.h
index 64db3ee664178af13261d31b7c691387ce9681dc..62196b7d8014c01f28e986616a15847ae7db77c1 100644 (file)
@@ -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;
        ///