]> git.lyx.org Git - lyx.git/blobdiff - src/ParameterStruct.h
ws changes only
[lyx.git] / src / ParameterStruct.h
index b99f20afdd3aa6a673cc43502260548b18cd2fc5..a45d00fbfcbcf87b3a561df8b0a2da1feb5f4123 100644 (file)
 #ifndef PARAMETERSTRUCT_H
 #define PARAMETERSTRUCT_H
 
-#include "vspace.h"
-#include "Spacing.h"
 #include "layout.h"
 #include "lyxlength.h"
+#include "Spacing.h"
+#include "vspace.h"
+
+#include "support/types.h"
+
 
 ///
 struct ParameterStruct {
        ///
-       ParameterStruct();
+       typedef lyx::depth_type depth_type;
        ///
-       typedef unsigned int depth_type;
+       ParameterStruct();
        ///
        VSpace added_space_top;
        ///
@@ -48,9 +51,9 @@ struct ParameterStruct {
        ///
        bool appendix;
        ///
-       string labelstring;
+       std::string labelstring;
        ///
-       string labelwidthstring;
+       std::string labelwidthstring;
        ///
        LyXLength leftindent;
 };