]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.cpp
Add comment.
[lyx.git] / src / mathed / InsetMathDiff.cpp
index f4d544bbb6250ed313c4734f691473221d298604..1e990d7ffb15a4a05a83054335ddcb79bed97304 100644 (file)
@@ -19,8 +19,8 @@
 
 namespace lyx {
 
-InsetMathDiff::InsetMathDiff()
-       : InsetMathNest(1)
+InsetMathDiff::InsetMathDiff(Buffer * buf)
+       : InsetMathNest(buf, 1)
 {}