]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_deliminset.C
fix macro, small cleanup
[features.git] / src / mathed / math_deliminset.C
index 0b8e11977b56469645f357b3c8698a1847dba10f..5db82838bf17dec9a2708ce28021e222f66d00b0 100644 (file)
@@ -1,5 +1,9 @@
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "math_deliminset.h"
 #include "math_iter.h"
 #include "math_parser.h"
@@ -78,8 +82,8 @@ void
 MathDelimInset::Metrics()
 {
        MathParInset::Metrics();
+
        int d;
-       
        mathed_char_height(LM_TC_CONST, size(), 'I', d, dh_);
        dh_ /= 2;
        ascent += 2 + dh_;