X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.C;h=aae0bf10ea47193dca8f736446c127b4df117c7a;hb=3f8fa07c6ed38218d6a4048f2993a512aa942c96;hp=af520569dcc7d47d9988a99eb85e9ea55a78077a;hpb=e9c209c29883b515e73dc11dab42a32783118250;p=lyx.git diff --git a/src/box.C b/src/box.C index af520569dc..aae0bf10ea 100644 --- a/src/box.C +++ b/src/box.C @@ -14,12 +14,15 @@ #include "box.h" -#include "support/LOstream.h" +#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