]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetExternal.h
index 58377daee72a8f83f88e0c66359ab4852ee7255e..bbe2162fec09ff2f2c0d73514f727aa903d0bff1 100644 (file)
@@ -109,11 +109,11 @@ public:
        /// Update not loaded previews
        void updatePreview();
        /// \returns the number of rows (\n's) of generated code.
-       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;
        ///
-       bool setMouseHover(BufferView const * bv, bool mouse_hover);
+       bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
        bool clickable(int, int) const { return true; }
 private: