]> git.lyx.org Git - lyx.git/blobdiff - src/ParameterStruct.h
Minor code shuffle.
[lyx.git] / src / ParameterStruct.h
index 0ac0cb42fc4a654b0467898df28448c94b638779..294ce16f605a600f6a04f9b301a168e9b46a3972 100644 (file)
@@ -9,6 +9,8 @@
 
 ///
 struct ParameterStruct {
+       ///
+       typedef unsigned int depth_type;
        ///
        VSpace added_space_top;
        ///
@@ -28,7 +30,7 @@ struct ParameterStruct {
        ///
        LyXAlignment align;
        ///
-       char depth; // wrong type (Lgb)
+       depth_type depth; 
        ///
        bool start_of_appendix;
        ///