]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Comments.
[lyx.git] / src / insets / InsetCitation.h
index 6eb0da03fc52c540c7d0fa3d88b15d4d14653bcd..2f7186d63fdf7d62309708555aa755c98d73a671 100644 (file)
@@ -63,7 +63,7 @@ public:
        ///
        void addToToc(DocIterator const &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes
@@ -99,7 +99,7 @@ private:
        docstring screenLabel() const;
        //@}
 
-       /// we'll eventually want to be able to get info on this from the 
+       /// we'll eventually want to be able to get info on this from the
        /// various CiteEngines
        static ParamInfo param_info_;