]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
fix #1073
[lyx.git] / src / mathed / math_diminset.h
index 1c49c04260bb1737fd6695bfdd08bb3a14aded3f..801aa9952b60060f2ac7f623b4e81fa2526b82ba 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_DIMINSET_H
 #define MATH_DIMINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_inset.h"
 #include "dimension.h"
@@ -21,7 +18,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;