]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_diminset.h
index 064807bf49bd7da7665f04a6a94d6be4b9d697e0..be2ad9f14d19b9c3f0d480f5e636899a448ac7cb 100644 (file)
@@ -2,6 +2,10 @@
 #ifndef MATH_DIMINSET_H
 #define MATH_DIMINSET_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "math_inset.h"
 #include "dimension.h"
 
@@ -17,7 +21,7 @@ public:
        int descent() const { return dim_.descent(); }
        /// read width
        int width() const { return dim_.width(); }
-       /// 
+       ///
        Dimension dimensions() const { return dim_; }
        ///
        void metricsT(TextMetricsInfo const &) const;