X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathFactory.h;h=9837ca75e2e2284be9aab3e09911cd08cb82f3aa;hb=ecbd047cffa1c4af95cf4ab91a7d2fded4a5584c;hp=82515baeb82c0447f8fe2a76aed6332a4f8c300d;hpb=3e341497a8c2717ccd6b6be6ceaad0e050e09993;p=lyx.git diff --git a/src/mathed/MathFactory.h b/src/mathed/MathFactory.h index 82515baeb8..9837ca75e2 100644 --- a/src/mathed/MathFactory.h +++ b/src/mathed/MathFactory.h @@ -24,8 +24,8 @@ class MathAtom; class MathData; -MathAtom createInsetMath(docstring const &); -MathAtom createInsetMath(char const * const); +MathAtom createInsetMath(docstring const &, Buffer * buf); +MathAtom createInsetMath(char const * const, Buffer * buf); /** Fills ar with the contents of str. * str is created by the frontend dialog's and returned to the LyX core.