]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
"Inter-word Space"
[lyx.git] / src / vspace.h
index 95b68bfe7efb1b5346daabffe5ff7ace0fa0f55c..9109e95a644bb1e03226d7bdd0344d4944bf72d6 100644 (file)
@@ -62,7 +62,8 @@ public:
        /// the latex representation
        string const asLatexCommand(BufferParams const & params) const;
        /// the size of the space on-screen
-       int inPixels(BufferView const * bv) const;
+       int inPixels(BufferView const & bv) const;
+
 private:
        /// This VSpace kind
        vspace_kind kind_;