]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.h
Fixes to input method handling
[lyx.git] / src / mathed / MathFactory.h
index 82515baeb82c0447f8fe2a76aed6332a4f8c300d..9837ca75e2e2284be9aab3e09911cd08cb82f3aa 100644 (file)
@@ -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.