]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.cpp
Choose a delimiter for lstinline (braces can not be used for some listings version)
[lyx.git] / src / insets / InsetIndex.cpp
index b43e1831160a643801f22042c2cc4be41ee83b29..6ac5cb54eb439e0968ce43af5b2edc6369517308 100644 (file)
@@ -53,9 +53,9 @@ int InsetIndex::docbook(Buffer const &, odocstream & os,
 }
 
 
-InsetBase::Code InsetIndex::lyxCode() const
+Inset::Code InsetIndex::lyxCode() const
 {
-       return InsetBase::INDEX_CODE;
+       return Inset::INDEX_CODE;
 }
 
 
@@ -82,9 +82,9 @@ void InsetPrintIndex::validate(LaTeXFeatures & features) const
 }
 
 
-InsetBase::Code InsetPrintIndex::lyxCode() const
+Inset::Code InsetPrintIndex::lyxCode() const
 {
-       return InsetBase::INDEX_PRINT_CODE;
+       return Inset::INDEX_PRINT_CODE;
 }