]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
fix loss of selection from John; some small things
[lyx.git] / src / vspace.C
index 6c1e46f34a6731f3971e0d2e7b91fb3fd50d416b..103d3e9a404ac843f5dec0c571c4a99448476d60 100644 (file)
@@ -457,4 +457,6 @@ int VSpace::inPixels(BufferView * bv) const
        case LENGTH:
                return len_.len().inPixels(default_width, default_height);
        }
+       // we cannot go there, but there is a compiler warning...
+       return 0;
 }