X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBox.cpp;h=a3461ef3ea56baea7109ac16b6b188a549f85724;hb=0c7bd9a57f2a308bb9659200eda3b7e45f8d5d3c;hp=d968448abae683feacf8bafdf2cd2b6af0c73b2f;hpb=688c186614a50a82b97733cb401e046ea8207352;p=lyx.git diff --git a/src/Box.cpp b/src/Box.cpp index d968448aba..a3461ef3ea 100644 --- a/src/Box.cpp +++ b/src/Box.cpp @@ -16,7 +16,7 @@ #include -using std::ostream; +using namespace std; namespace lyx { @@ -41,7 +41,7 @@ ostream & operator<<(ostream & os, Box const & b) { return os << "x1,y1: " << b.x1 << ',' << b.y1 << " x2,y2: " << b.x2 << ',' << b.y2 - << std::endl; + << endl; }