]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Add a document-wide default bibliography style \biblio_style.
[lyx.git] / src / insets / Inset.cpp
index 9a8a084cac3b0e1f4848b984b5071dee2e51559f..21ef625c7f6ae3b54d0088dbf83f1f270a623e12 100644 (file)
@@ -258,15 +258,15 @@ void Inset::forToc(docstring &, size_t) const
 }
 
 
-docstring Inset::contextMenu(BufferView const &, int, int) const
+string Inset::contextMenu(BufferView const &, int, int) const
 {
        return contextMenuName();
 }
 
 
-docstring Inset::contextMenuName() const
+string Inset::contextMenuName() const
 {
-       return docstring();
+       return string();
 }