]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_parinset.h
index 289f82aa13082f0c484e52c34b761486c885fa43..54c4e04f24880f3fc656effaecf1a757e0c33fe1 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MATH_PARINSET_H
 #define MATH_PARINSET_H
 
+
 #include "math_hullinset.h"
 
 class MathParInset : public MathHullInset {
@@ -8,6 +9,8 @@ public:
        ///
        MathParInset() {}
        ///
+       MathParInset(MathArray const & ar);
+       ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
        void metrics(MathMetricsInfo & mi) const;