]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Fix bug 5374
[lyx.git] / src / BufferParams.h
index a0d8c6bbf22c1629f564f984e1cd553ac40d4c50..a7ef4dad46889886afce6a07d39bdd848629a81b 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 {
                ///
@@ -343,6 +344,8 @@ private:
        void readModules(Lexer &);
        ///
        void readRemovedModules(Lexer &);
+       ///
+       void addDefaultModules();
 
        /// for use with natbib
        CiteEngine cite_engine_;