]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathSqrt.h
index 8e19b367d8ecdc641b105e25a6e29688f92dffef..7db7ff641d89888942d2e01ca053a056718ecb53 100644 (file)
@@ -46,7 +46,7 @@ public:
        ///
        void mathmlize(MathStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };