X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.C;h=b4d8bdd5bc5b497f444c8a04f145c24cd85539ec;hb=87cd77d1fc819bc8f14982fc6b20091720c011f5;hp=eda92d751a962821aa371bfaceeeeceab8b9a527;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/box.C b/src/box.C index eda92d751a..b4d8bdd5bc 100644 --- a/src/box.C +++ b/src/box.C @@ -19,7 +19,7 @@ using std::ostream; -Box::Box() +Box::Box() : x1(0), x2(0), y1(0), y2(0) {}