X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBox.cpp;h=918b661d19d43bbd93fdf97447a8837ff24c8302;hb=848c89564fce9c4bfec79b915746dc6bc47abc3d;hp=8094b45f391ad55c1a913c1e2c723221617a9fa2;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Box.cpp b/src/Box.cpp index 8094b45f39..918b661d19 100644 --- a/src/Box.cpp +++ b/src/Box.cpp @@ -16,11 +16,10 @@ #include "support/std_ostream.h" +using std::ostream; namespace lyx { -using std::ostream; - Box::Box() : x1(0), x2(0), y1(0), y2(0)