]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
outstanding changes
[lyx.git] / src / lyxtext.h
index a3d5f0930be39ae043e86f882994df7a4af64585..08e22dde7a7b9cd00bff427497b818f6a4e02e9e 100644 (file)
@@ -22,6 +22,7 @@
 #include "layout.h"
 #include "lyxrow.h"
 #include "vspace.h"
+#include "Spacing.h"
 #include "LColor.h"
 
 class Buffer;
@@ -418,6 +419,7 @@ public:
                          bool pagebreak_top, bool pagebreak_bottom,
                          VSpace const & space_top,
                          VSpace const & space_bottom,
+                         Spacing const & spacing,
                          LyXAlignment align, 
                          string labelwidthstring,
                          bool noindent);