]> git.lyx.org Git - lyx.git/blobdiff - src/box.h
Point fix, earlier forgotten
[lyx.git] / src / box.h
index 1d083663bacdcdfc89494063ee75f54cb28b5b79..156833f75acf65eedf7e6d7dfee742b5a8719381 100644 (file)
--- a/src/box.h
+++ b/src/box.h
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file box.h
- * Copyright 2001 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 John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef BOX_H
@@ -34,10 +36,10 @@ struct Box {
         * the box. Check is exclusive (point on a border
         * returns false).
         */
-       bool contained(int x, int y);
+       bool contains(int x, int y);
 };
 
-std::ostream & operator<<(std::ostream &, Box &);
+
+std::ostream & operator<<(std::ostream &, Box const &);
+
 #endif // BOX_H