X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.C;h=41bb8bcfe31b71c34a1fc31f857a669bf7d36d56;hb=98c966c64594611e469313314abd1e59524adb4a;hp=afaba9c63e0a2f4f4b7ff34ba59f6786f149e98e;hpb=08bd49a344b4295698c8891572a03bc6ef4eb5d5;p=lyx.git diff --git a/src/box.C b/src/box.C index afaba9c63e..41bb8bcfe3 100644 --- a/src/box.C +++ b/src/box.C @@ -24,7 +24,7 @@ bool Box::contained(int x, int y) y1 < y && y2 > y); } - + ostream & operator<<(ostream & o, Box const & b) { return o << "x1,y1: " << b.x1 << "," << b.y1