]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
remove unneeded header.
[lyx.git] / src / mathed / MathAtom.h
index 2d5247931b80d5c23fd3266fb4e40435d93a9270..5a0adf8672488ba5110d3e38b8fe018fe3101776 100644 (file)
@@ -42,7 +42,7 @@ Andre'
 
 namespace lyx {
 
-class InsetBase;
+class Inset;
 class InsetMath;
 
 class MathAtom {
@@ -51,7 +51,7 @@ public:
        // std::containers
        MathAtom();
        /// the "real constructor"
-       explicit MathAtom(InsetBase * p);
+       explicit MathAtom(Inset * p);
        /// copy constructor, invokes nucleus_->clone()
        MathAtom(MathAtom const &);
        /// we really need to clean up