]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.h
GuiPrintNomencl.cpp: fix bug #7853
[lyx.git] / src / mathed / InsetMathEnv.h
index 035aa68e5c18469e61142f1e2e890a816d1948cb..14b72072bc8100b2504a77c1ff883f2fbd65e3a1 100644 (file)
@@ -24,7 +24,7 @@ namespace lyx {
 class InsetMathEnv : public InsetMathNest {
 public:
        ///
-       InsetMathEnv(docstring const & name_);
+       InsetMathEnv(Buffer * buf, docstring const & name_);
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///