]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_diminset.h
index a208b3f3cb3c25d41ceb992f225f48c55a90443e..64fe5ee58e2c4f2c36217ef854d877cefb776c30 100644 (file)
@@ -10,16 +10,16 @@ class MathDimInset : public MathInset {
 public:
        /// not sure whether the initialization is really necessary
        MathDimInset() : width_(0), ascent_(0), descent_(0) {}
-       /// read ascent value (should be inline according to gprof) 
+       /// read ascent value (should be inline according to gprof)
        int ascent() const { return ascent_; }
-       /// read descent 
+       /// read descent
        int descent() const { return descent_; }
        /// read width
        int width() const { return width_; }
        ///
-       void metrics(TextMetricsInfo const &) const;
+       void metricsT(TextMetricsInfo const &) const;
        ///
-       void draw(TextPainter & pain, int x, int y) const;
+       void drawT(TextPainter & pain, int x, int y) const;
 
 protected:
        ///