]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathRef.h
index add7935e80c12e8825b04f9fb5ea19058425c4ec..a31165e1c82a50b52fbd9a11174fa167830c7311 100644 (file)
@@ -38,7 +38,7 @@ public:
        virtual InsetMathRef * asRefInset() { return this; }
 
        /// docbook output
-       int docbook(Buffer const & buf, odocstream & os, OutputParams const &) const;
+       int docbook(odocstream & os, OutputParams const &) const;
        /// generate something that will be understood by the Dialogs.
        std::string const createDialogStr(std::string const & name) const;