]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
ws changes only
[lyx.git] / src / paragraph.h
index fa9a3afdf1d4feb8234f333d7842a661d3cd91cb..3c6fddddb4ba365ba4ebbb61216d463af4291df3 100644 (file)
@@ -135,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