]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_parinset.h
index 17b6e0bd069c79ed8134cc87970d539757631ecb..fe6db21be5006d71ef533d9cbbb295d3636f4a6d 100644 (file)
@@ -1,14 +1,20 @@
 #ifndef MATH_PARINSET_H
 #define MATH_PARINSET_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "math_hullinset.h"
 
 class MathParInset : public MathHullInset {
 public:
        ///
-       MathParInset();
+       MathParInset() {}
+       ///
+       MathParInset(MathArray const & ar);
        ///
-       MathParInset * asParInset() { return this; }
+       mode_type currentMode() const { return TEXT_MODE; }
        ///
        void metrics(MathMetricsInfo & mi) const;
        ///