]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetIndex.h
Finally make the label color of multiple index entries work.
[features.git] / src / insets / InsetIndex.h
index 7e455632b0151ee6d1940d8192b743d9052b6c40..c66be3004913b67d37f753923ba8f5bed1c314c6 100644 (file)
@@ -51,6 +51,8 @@ private:
        ///
        docstring name() const { return from_ascii("Index"); }
        ///
+       ColorCode labelColor() const;
+       ///
        void write(std::ostream & os) const;
        ///
        void read(Lexer & lex);