]> git.lyx.org Git - lyx.git/blobdiff - src/dimension.h
ws changes mostly
[lyx.git] / src / dimension.h
index caee49d253a5f319bfcc2db94495ee618a6d2fb8..de5691cb2f813e6bb5797fa4c766899d27fe27f4 100644 (file)
@@ -16,7 +16,7 @@
 class LyXFont;
 
 /// Simple wrapper around three ints
-struct Dimension {
+class Dimension {
 public:
        /// constructor
        Dimension() : wid(0), asc(0), des(0) {}