]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetNomencl.h
index d1437f243e3e258e82372ce67c080452192f7c88..2a0eda957f495d2ad57dc6b2e45f21d3ffd0f4c4 100644 (file)
@@ -96,9 +96,9 @@ public:
        ///
        DisplayType display() const { return AlignCenter; }
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes