]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
remove unneeded header.
[lyx.git] / src / mathed / InsetMathExFunc.h
index aa44fda798e9a1568c57134c86c8d2a0f2c20ef3..9c03873cb1bcbda5031305233dc67f147215ab99 100644 (file)
@@ -48,7 +48,7 @@ public:
        void octave(OctaveStream &) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        docstring const name_;
 };