]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBrace.h
index fd673f36fe5661d4ca899a12f2cd8632058e5e37..c4481bae393ef915c809230ee971e5a60defaec2 100644 (file)
@@ -24,13 +24,13 @@ public:
        ///
        InsetMathBrace();
        ///
-       InsetMathBrace(MathArray const & ar);
+       InsetMathBrace(MathData const & ar);
        ///
        InsetMathBrace const * asBraceInset() const { return this; }
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -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;
 };