]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
remove noload/don't typeset
[lyx.git] / src / vspace.h
index 936d1f4e9266c29908cd0dc56a908b953852c6d1..5164c20d22d761e08e6c20d0a0c87d5d7ccf712c 100644 (file)
@@ -66,7 +66,7 @@ public:
        /// the latex representation
        string const asLatexCommand(BufferParams const & params) const;
        /// the size of the space on-screen
-       int inPixels(BufferView * bv) const;
+       int inPixels(BufferView const * bv) const;
 private:
        /// This VSpace kind
        vspace_kind kind_;
@@ -76,4 +76,4 @@ private:
        bool keep_;
 };
 
-#endif
+#endif // VSPACE_H