X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.C;h=aae0bf10ea47193dca8f736446c127b4df117c7a;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=eda92d751a962821aa371bfaceeeeceab8b9a527;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/box.C b/src/box.C index eda92d751a..aae0bf10ea 100644 --- a/src/box.C +++ b/src/box.C @@ -16,10 +16,13 @@ #include "support/std_ostream.h" + +namespace lyx { + using std::ostream; -Box::Box() +Box::Box() : x1(0), x2(0), y1(0), y2(0) {} @@ -41,3 +44,6 @@ ostream & operator<<(ostream & os, Box const & b) << " x2,y2: " << b.x2 << ',' << b.y2 << std::endl; } + + +} // namespace lyx