]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.C
updates to minipage inset
[lyx.git] / src / insets / insetindex.C
index c5ebb9b92f61cb75cace221a59ce3822490a4346..7f8cbe6f00690123055e3b7a1acfe3bd26bd39ab 100644 (file)
@@ -15,7 +15,7 @@ InsetIndex::InsetIndex(InsetCommandParams const & p)
 {}
 
 
-string InsetIndex::getScreenLabel() const
+string const InsetIndex::getScreenLabel() const
 {
        return _("Idx");
 }
@@ -31,7 +31,7 @@ InsetPrintIndex::InsetPrintIndex(InsetCommandParams const & p)
        : InsetCommand(p)
 {}
 
-string InsetPrintIndex::getScreenLabel() const
+string const InsetPrintIndex::getScreenLabel() const
 {
        return _("Index");
 }