]> git.lyx.org Git - lyx.git/blobdiff - src/box.h
ws changes only
[lyx.git] / src / box.h
index 156833f75acf65eedf7e6d7dfee742b5a8719381..55eb980896bffc0f888a85218f25392aa315018a 100644 (file)
--- a/src/box.h
+++ b/src/box.h
@@ -28,6 +28,8 @@ struct Box {
        int y1;
        int y2;
 
+       /// Zero-initialise the member variables.
+       Box();
        /// Initialise the member variables.
        Box(int x1_, int x2_, int y1_, int y2_);