]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
Small fix.
[lyx.git] / src / vspace.h
index 2d36964671ca74827d8110ec8408240692e10489..e16f6fe793d36c4fb655558e87f7ad0e225781bb 100644 (file)
@@ -159,7 +159,7 @@ protected:
        LyXLength::UNIT plus_uni, minus_uni;
 };
 
-///
+
 inline
 bool operator==(LyXGlueLength const & l1, LyXGlueLength const & l2)
 {
@@ -200,6 +200,8 @@ public:
                len (l),
                kp (false) {}
 
+       ///
+       explicit
        VSpace(float v, LyXLength::UNIT u) : 
                kin (LENGTH), 
                len (v, u),