]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathNumber.h
index 040ed4fd408d9ca75dbf68c6fd7eccfda47b294a..dc9d3cd84891a634fd23aceac2e0fc14c38d174b 100644 (file)
 
 #include "InsetMath.h"
 
+#include "support/docstring.h"
 
-namespace lyx {
 
+namespace lyx {
 
-/** Some inset that "is" a number
- *  mainly for math-extern
+/** Some inset that "is" a number mainly for math-extern
  */
 class InsetMathNumber : public InsetMath {
 public:
        ///
        explicit InsetMathNumber(docstring const & s);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -55,4 +55,5 @@ private:
 
 
 } // namespace lyx
+
 #endif