]> git.lyx.org Git - lyx.git/blobdiff - src/VSpace.cpp
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / VSpace.cpp
index bae4c799e540e772dfc6563644236b4f32a6c667..0b5929d3bfe4a039b3bf615d6a31abc5cf2467eb 100644 (file)
@@ -519,7 +519,7 @@ int VSpace::inPixels(BufferView const & bv) const
        switch (kind_) {
 
        case DEFSKIP:
-               return bv.buffer()->params().getDefSkip().inPixels(bv);
+               return bv.buffer().params().getDefSkip().inPixels(bv);
 
        // This is how the skips are normally defined by LateX.
        // But there should be some way to change this per document.