]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_decorationinset.h
fix macro, small cleanup
[features.git] / src / mathed / math_decorationinset.h
index dec31955cc0a2956c9dadeae86d6ea87fd1301eb..4b1fec44b84d7869c5c70011820156552e0c2d56 100644 (file)
@@ -1,12 +1,17 @@
+// -*- C++ -*-
 #ifndef MATH_DECORATIONINSET_H
 #define MATH_DECORATIONINSET_H
 
 #include "math_parinset.h"
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 /** Decorations over (below) a math object
     \author Alejandro Aguilar Sierra
  */
-class MathDecorationInset: public MathParInset {
+class MathDecorationInset : public MathParInset {
 public:
        ///
        MathDecorationInset(int, short st = LM_ST_TEXT);