]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
support for table cell rotations; fileformat change
[lyx.git] / src / insets / InsetNomencl.h
index ef5b452b36a5b75c718e9b5eec8090cb465a5344..2a0eda957f495d2ad57dc6b2e45f21d3ffd0f4c4 100644 (file)
@@ -96,9 +96,9 @@ public:
        ///
        DisplayType display() const { return AlignCenter; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes