]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
lyxstring compile fixes ; small stuff
[lyx.git] / src / vspace.C
index f42babdc1880668a1e0a8d52552bebd053ca01a7..36d28a845a76dc2e6d38ab0e6270d3c3aba513c5 100644 (file)
@@ -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();