]> git.lyx.org Git - features.git/blobdiff - src/paragraph.C
Define a wrapper LyXFont_size for LyXFont::FONT_SIZE.
[features.git] / src / paragraph.C
index 671e3af71359ebf0306431593ca3d6dbbad42448..084f59d191835fcf1ec1fdf439451b3d29c792d1 100644 (file)
@@ -406,9 +406,9 @@ LyXFont const Paragraph::getLayoutFont(BufferParams const & bparams,
 
 
 /// Returns the height of the highest font in range
-LyXFont::FONT_SIZE
+LyXFont_size
 Paragraph::highestFontInRange(pos_type startpos, pos_type endpos,
-                             LyXFont::FONT_SIZE const def_size) const
+                             LyXFont_size def_size) const
 {
        if (pimpl_->fontlist.empty())
                return def_size;