]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
Rename .C ==> .cpp for files in src/support, part two
[lyx.git] / src / mathed / InsetMathNumber.h
index d6ccbb0d204eecd09fb54f29112a8c0fb0cabc12..606603e6dfd10b49ded41603ea94a0fc9c10341c 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        explicit InsetMathNumber(docstring const & s);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///