]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.cpp
Make Buffer argument mandatory in most of the InsetMath based class... boring work...
[lyx.git] / src / mathed / InsetMathPhantom.cpp
index f070e5505350041ab7e5b6681593a0616cc148fa..d6cd1b24469fa1282ed66cc4eca9373fe0e27706 100644 (file)
@@ -20,8 +20,8 @@
 namespace lyx {
 
 
-InsetMathPhantom::InsetMathPhantom(Kind k)
-       : InsetMathNest(1), kind_(k)
+InsetMathPhantom::InsetMathPhantom(Buffer * buf, Kind k)
+       : InsetMathNest(buf, 1), kind_(k)
 {}