]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathStackrel.h
index ca2de72e0b0c0f931529733c0aca30ec1fb053a8..f9404241684a53d4d0b1c96cb1cd487f4ee39fda 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #ifndef MATH_STACKRELINSET_H
 #define MATH_STACKRELINSET_H
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
 
 
 namespace lyx {
 
 
 /** Stackrel objects
- *  \author André Pönitz
+ *  \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -28,7 +28,7 @@ public:
        ///
        InsetMathStackrel();
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;