]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathNumber.h
index 606603e6dfd10b49ded41603ea94a0fc9c10341c..e9142256a39329e35e7e2516be2c0f44c9d4f77a 100644 (file)
@@ -48,7 +48,7 @@ public:
        void write(WriteStream & os) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// the number as string
        docstring str_;
 };