]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
Make Buffer argument mandatory in most of the InsetMath based class... boring work...
[lyx.git] / src / mathed / InsetMathFontOld.h
index 61d55b0e7561bd55c49e7c4cd5390d9ff7287667..c27bfa6658b7a39b9c13407324f9454f46df7de5 100644 (file)
@@ -24,7 +24,7 @@ class latexkeys;
 class InsetMathFontOld : public InsetMathNest {
 public:
        ///
-       explicit InsetMathFontOld(latexkeys const * key);
+       explicit InsetMathFontOld(Buffer * buf, latexkeys const * key);
        /// we are in text mode.
        mode_type currentMode() const { return TEXT_MODE; }
        /// we write extra braces in any case...