]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
Another warning.
[lyx.git] / src / mathed / InsetMathExFunc.h
index 7a5b25310f62e51622226035249492ea4ae46b39..fb6dda8b360e2e84f7b68cab4bebcc1d98ee47fc 100644 (file)
@@ -26,9 +26,9 @@ namespace lyx {
 class InsetMathExFunc : public InsetMathNest {
 public:
        ///
-       explicit InsetMathExFunc(docstring const & name);
+       InsetMathExFunc(Buffer * buf, docstring const & name);
        ///
-       InsetMathExFunc(docstring const & name, MathData const & ar);
+       InsetMathExFunc(Buffer * buf, docstring const & name, MathData const & ar);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///