]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Get rid of regex_constants::match_partial
[lyx.git] / src / insets / InsetIndex.h
index 0c6a961a49c689174cca5cf6db42df4cecf13201..a980a4278143b75fa63966044ac88f87374d7413 100644 (file)
@@ -71,7 +71,7 @@ private:
        /// should paragraph indendation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
@@ -79,7 +79,7 @@ private:
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        Inset * clone() const { return new InsetIndex(*this); }
 
@@ -108,7 +108,7 @@ public:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///