]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrameBox.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathFrameBox.h
index 445bc1468ecea6b4275030dc02db99e2dc586979..fc38c0bd262f811ade9daae2f64320369b30e25f 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// width of '[' in current font
        mutable int w_;
 };