]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.h
Fix.
[lyx.git] / src / mathed / math_data.h
index d3cbf993f0532043b68e0adf781dc8c532bea474..8de3ed250e61ccd65776d8ce91853d456b57fce8 100644 (file)
@@ -32,9 +32,6 @@ class TextMetricsInfo;
 class TextPainter;
 
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathArray : private std::vector<MathAtom> {
@@ -58,7 +55,7 @@ public:
        ///
        typedef size_type idx_type;
        typedef size_type pos_type;
-       
+
 public:
        ///
        MathArray();