]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.cpp
remove unneeded header.
[lyx.git] / src / mathed / MathAtom.cpp
index 87a569d821d50231de08c3faf685f265f2152ba0..dfb4329bb81b5bc70850dacf4218e0db2fb581d9 100644 (file)
@@ -24,7 +24,7 @@ MathAtom::MathAtom()
 {}
 
 
-MathAtom::MathAtom(InsetBase * p)
+MathAtom::MathAtom(Inset * p)
        : nucleus_(static_cast<InsetMath *>(p))
 {}