]> git.lyx.org Git - lyx.git/blobdiff - src/box.C
Forgot this when I commited Michael's gnome stuff.
[lyx.git] / src / box.C
index 023c382f91f95a4ac41db020971277b7d55fbfb0..6581649728161874462b2114e69a1b2bcc42b02c 100644 (file)
--- a/src/box.C
+++ b/src/box.C
@@ -25,7 +25,7 @@ bool Box::contained(int x, int y)
 }
 
         
-ostream & operator<<(ostream & o, Box & b)
+ostream & operator<<(ostream & o, Box const & b)
 {
        return o << "x1,y1: " << b.x1 << "," << b.y1
                << " x2,y2: " << b.x2 << "," << b.y2 << std::endl;