]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathEnsureMath.cpp
index bef6a900ffb133cdfe59468704a48c523a16af97..7f82345efd8627299f8a6ccf2e36a74ac0437b97 100644 (file)
@@ -26,7 +26,7 @@
 namespace lyx {
 
 InsetMathEnsureMath::InsetMathEnsureMath(Buffer * buf)
-       : InsetMathNest(buf, 1)
+       : InsetMathGrid(buf, 1, 1)
 {}