]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
Make lyx2lyx output the new external inset format.
[lyx.git] / src / vspace.h
index 936d1f4e9266c29908cd0dc56a908b953852c6d1..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 * bv) const;
+       int inPixels(BufferView const & bv) const;
+
 private:
        /// This VSpace kind
        vspace_kind kind_;
@@ -76,4 +73,4 @@ private:
        bool keep_;
 };
 
-#endif
+#endif // VSPACE_H