]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Remove traces of Q_CYGWIN_WIN
[lyx.git] / src / BufferParams.h
index fbc5a7b92515ad63ba17637de7d8a4f76ca4c6d2..7d1d7770809725a5c08cf9d83f994eb4a6ff49d4 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "support/copied_ptr.h"
 
+#include <list>
 #include <set>
 #include <vector>
 
@@ -53,7 +54,7 @@ class VSpace;
 class BufferParams {
 public:
        ///
-       typedef std::vector<std::string> LayoutModuleList;
+       typedef std::list<std::string> LayoutModuleList;
        ///
        enum ParagraphSeparation {
                ///
@@ -236,6 +237,8 @@ public:
        std::string local_layout;
        ///
        std::string options;
+       /// use the class options defined in the layout?
+       bool use_default_options;
        ///
        std::string master;
        ///