]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Fix a couple unused variable warnings.
[lyx.git] / src / insets / InsetIndex.h
index 40b450be0b49e4be77d41c05d47037c221cbca25..0c6a961a49c689174cca5cf6db42df4cecf13201 100644 (file)
@@ -49,7 +49,7 @@ private:
        ///
        InsetCode lyxCode() const { return INDEX_CODE; }
        ///
-       docstring name() const { return from_ascii("Index"); }
+       docstring layoutName() const { return from_ascii("Index"); }
        ///
        ColorCode labelColor() const;
        ///