]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.cpp
Substack support for XHTML.
[lyx.git] / src / mathed / InsetMathEnv.cpp
index e350d19a986b96520d7c8a910ff3bd86aba53c89..a7fb33c69d408ac0e7aa704b879dd3d19698f5dd 100644 (file)
@@ -21,8 +21,8 @@
 
 namespace lyx {
 
-InsetMathEnv::InsetMathEnv(docstring const & name)
-       : InsetMathNest(1), name_(name)
+InsetMathEnv::InsetMathEnv(Buffer * buf, docstring const & name)
+       : InsetMathNest(buf, 1), name_(name)
 {}