]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
fix #1073
[lyx.git] / src / mathed / math_undersetinset.h
index a673a74781203e877fd63179254f121216acfa8f..8c24e47701e68d3e97b177e32788c23c134397a1 100644 (file)
@@ -1,16 +1,18 @@
 // -*- C++ -*-
+
+/** Underset objects
+ *  \author André Pönitz
+ *
+ *  Full author contact details are available in file CREDITS
+ */
+
 #ifndef MATH_UNDERSETINSET_H
 #define MATH_UNDERSETINSET_H
 
-#include "math_fracbase.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#include "math_fracbase.h"
 
-/** Underset objects
-    \author André Pönitz
- */
+/// Inset for underset
 class MathUndersetInset : public MathFracbaseInset {
 public:
        ///
@@ -18,9 +20,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
 
        ///
        void write(WriteStream & os) const;