X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdimension.h;h=4e803682d3d97f6663840544cdbaceeae73f52f8;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=8bca47a93d1648b910fc696c7e864afc281d4456;hpb=a683500118a001b1185b6aee480c1289550bd08c;p=lyx.git diff --git a/src/dimension.h b/src/dimension.h index 8bca47a93d..4e803682d3 100644 --- a/src/dimension.h +++ b/src/dimension.h @@ -13,6 +13,8 @@ #define DIMENSION_H +namespace lyx { + class LyXFont; /// Simple wrapper around three ints @@ -67,4 +69,7 @@ bool operator==(Dimension const & a, Dimension const & b) return a.wid == b.wid && a.asc == b.asc && a.des ==b.des ; } + +} // namespace lyx + #endif