]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
Point fix, earlier forgotten
[lyx.git] / src / vspace.h
index 936d1f4e9266c29908cd0dc56a908b953852c6d1..99d85d0102716929e508831b11c6e8f0ed4988c6 100644 (file)
@@ -1,19 +1,17 @@
 // -*- C++ -*-
 /**
  * \file vspace.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Matthias Ettrich
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef VSPACE_H
 #define VSPACE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "lyxgluelength.h"
 
 #include "LString.h"
@@ -66,7 +64,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 +75,4 @@ private:
        bool keep_;
 };
 
-#endif
+#endif // VSPACE_H