]> git.lyx.org Git - lyx.git/blobdiff - src/dimension.h
update FSF address
[lyx.git] / src / dimension.h
index 8bca47a93d1648b910fc696c7e864afc281d4456..4e803682d3d97f6663840544cdbaceeae73f52f8 100644 (file)
@@ -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