]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
listerrors.lyx : Update a link.
[lyx.git] / src / insets / InsetExternal.h
index a5c1c2c58ffe9196da4a2fa4f109808d0ecbc144..fba0e7406bc1254746f534a6bdaca50356096462 100644 (file)
@@ -109,9 +109,9 @@ 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 contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover);
        ///