X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.h;h=adcb4958c49fa94c6cc0b5beb96585e68b5b533b;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=002ba6d96b146b76f0864ca7e263e1c5930e66ae;hpb=c9f9ba315c8e475ad47c64fef6c9c755dea3d55c;p=lyx.git diff --git a/src/box.h b/src/box.h index 002ba6d96b..adcb4958c4 100644 --- a/src/box.h +++ b/src/box.h @@ -14,6 +14,9 @@ #include + +namespace lyx { + /** * A simple class representing rectangular regions. * It is expected that the box be constructed in @@ -45,4 +48,7 @@ public: std::ostream & operator<<(std::ostream &, Box const &); + +} // namespace lyx + #endif // BOX_H