]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
reduce number of calls to LyXText::getFont
[lyx.git] / src / metricsinfo.h
index 60a3a1745d41d531c9ed56809c82306376f52feb..c924bd94672d581095a27aa16290e30f3346aee3 100644 (file)
@@ -97,7 +97,7 @@ class TextMetricsInfo {};
 class ViewMetricsInfo
 {
 public:
-       ViewMetricsInfo(lyx::pit_type p1, lyx::pit_type p2, int y1, int y2, 
+       ViewMetricsInfo(lyx::pit_type p1, lyx::pit_type p2, int y1, int y2,
                        bool singlepar) : p1(p1), p2(p2), y1(y1), y2(y2),
                        singlepar(singlepar) {}
        lyx::pit_type p1;