]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
revert r37459 and add a note to the sources:
[lyx.git] / src / insets / InsetListings.h
index d307126fe7fecbdd3c8098385ee3bb28a6cfdc73..9dc5a56e2365998a0e0b1f81adc9a96d9955c82e 100644 (file)
@@ -55,7 +55,7 @@ private:
        ///
        void read(Lexer & lex);
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       int latex(otexstream &, OutputParams const &) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
@@ -67,7 +67,7 @@ private:
        ///
        InsetListingsParams & params() { return params_; }
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       docstring contextMenuName() const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///