]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Context menu item to add unknown branch (rest of #7643)
[lyx.git] / src / insets / InsetExternal.h
index 2e28c6115a974eb9f8b29eb4a20741005e686e5c..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(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover);
        ///