]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.cpp
Cmake build: Adapt to compile after 0213e7b5c62f487bdddd95ff0b2de736f64b1dc3
[lyx.git] / src / mathed / InsetMathPar.cpp
index 26445c2d0de8e5b71f10f8839a28dfe0f902632f..0638b8eb6cfeb7a4371acab33b1e6e24564e42e2 100644 (file)
@@ -19,7 +19,8 @@
 
 namespace lyx {
 
-InsetMathPar::InsetMathPar(MathData const & ar)
+InsetMathPar::InsetMathPar(Buffer * buf, MathData const & ar)
+       : InsetMathHull(buf)
 {
        cells_[0] = ar;
 }