]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / vspace.h
index 5164c20d22d761e08e6c20d0a0c87d5d7ccf712c..9109e95a644bb1e03226d7bdd0344d4944bf72d6 100644 (file)
 #ifndef VSPACE_H
 #define VSPACE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "lyxgluelength.h"
 
 #include "LString.h"
@@ -66,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_;