]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
ws changes only
[lyx.git] / src / paragraph.h
index fd03c1c62010f8538cda6fe075d4c4268e8df0d8..3c6fddddb4ba365ba4ebbb61216d463af4291df3 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "support/types.h"
 
+#include <string>
 
 class Buffer;
 class BufferParams;
@@ -134,11 +135,8 @@ public:
        ///
        void layout(LyXLayout_ptr const & new_layout);
 
-       ///
-       char enumdepth;
-
-       ///
-       char itemdepth;
+       /// This is the item depth, only used by enumerate and itemize
+       signed char itemdepth;
 
        ///
        InsetBibitem * bibitem() const;  // ale970302