]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathNumber.h
index 81cbc2e30f097104d8a3ea643c6c343cd6004897..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:
@@ -55,4 +55,5 @@ private:
 
 
 } // namespace lyx
+
 #endif