]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / mathed / InsetMathDelim.h
index de7f11442b0f7962728f2165054a51831c30abd1..67e1db09063db2ea4494fbbd354d710ab9761732 100644 (file)
@@ -24,9 +24,10 @@ namespace lyx {
 class InsetMathDelim : public InsetMathNest {
 public:
        ///
-       InsetMathDelim(docstring const & left, docstring const & right);
+       InsetMathDelim(Buffer * buf, docstring const & left, docstring const & right);
        ///
-       InsetMathDelim(docstring const & left, docstring const & right, MathData const &);
+       InsetMathDelim(Buffer * buf, docstring const & left, docstring const & right,
+               MathData const &);
        ///
        InsetMathDelim * asDelimInset() { return this; }
        ///