]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathFactory.h
Do not allow pasting backslashes in macro names
[features.git] / src / mathed / MathFactory.h
index 7737429a61174e9332dc3a3051909e3ef51b578d..b6fdb5044a34aea6e3b2073194d76ca22b74f254 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.