]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
requires is a keyword in C++2a
[lyx.git] / src / insets / InsetLabel.h
index 92c3380f7077ca066a79b6a3940e0c0a1e5475e0..ab54e5e959f4f24e8c3d917a3011502ed112fffd 100644 (file)
@@ -48,6 +48,8 @@ public:
        ///
        InsetCode lyxCode() const { return LABEL_CODE; }
        ///
+       void latex(otexstream & os, OutputParams const & runparams_in) const;
+       ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
@@ -55,7 +57,7 @@ public:
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType);
+       void updateBuffer(ParIterator const & it, UpdateType, bool const deleted = false);
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;