]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathString.h
index f8d8771033a867b5b2ed7f2e5139d79fa86b6949..e74402d17a3c0248394c28e2f21ad124c2b40a58 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "InsetMath.h"
 
+#include "support/docstring.h"
+
 
 namespace lyx {
 
@@ -26,7 +28,7 @@ public:
        ///
        explicit InsetMathString(docstring const & s);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///