X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.C;h=b4d8bdd5bc5b497f444c8a04f145c24cd85539ec;hb=3c851f1f7951f3a24b57826f3e580e4318b5e6c4;hp=af520569dcc7d47d9988a99eb85e9ea55a78077a;hpb=e9c209c29883b515e73dc11dab42a32783118250;p=lyx.git diff --git a/src/box.C b/src/box.C index af520569dc..b4d8bdd5bc 100644 --- a/src/box.C +++ b/src/box.C @@ -14,12 +14,12 @@ #include "box.h" -#include "support/LOstream.h" +#include "support/std_ostream.h" using std::ostream; -Box::Box() +Box::Box() : x1(0), x2(0), y1(0), y2(0) {}