]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBrace.h
index 3d581dc023c23dce476cc557bdf476566e50b132..c4481bae393ef915c809230ee971e5a60defaec2 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        InsetMathBrace();
        ///
-       InsetMathBrace(MathArray const & ar);
+       InsetMathBrace(MathData const & ar);
        ///
        InsetMathBrace const * asBraceInset() const { return this; }
        /// we write extra braces in any case...
@@ -48,7 +48,7 @@ public:
        ///
        void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };