X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.C;h=36d28a845a76dc2e6d38ab0e6270d3c3aba513c5;hb=ab254289c832cd045c56e6012d14b048618cb833;hp=f42babdc1880668a1e0a8d52552bebd053ca01a7;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/vspace.C b/src/vspace.C index f42babdc18..36d28a845a 100644 --- a/src/vspace.C +++ b/src/vspace.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /* This file is part of * ====================================================== * @@ -551,7 +550,7 @@ string const VSpace::asLatexCommand(BufferParams const & params) const int VSpace::inPixels(BufferView * bv) const { // Height of a normal line in pixels (zoom factor considered) - int height = bv->text->DefaultHeight(); // [pixels] + int height = bv->text->defaultHeight(); // [pixels] int skip = 0; int width = bv->workWidth();