]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Remove traces of Q_CYGWIN_WIN
[lyx.git] / src / TextClass.h
index 36630238aed0abe171fb0cf7c1ce9d1898c6dec3..b9d88dbf2298f34eeea5bc5986bf23a71c135b0a 100644 (file)
@@ -252,7 +252,7 @@ protected:
        /// latex packages requested by document class.
        std::set<std::string> requires_;
        /// modules wanted by document class
-       std::set<std::string> usemod_;
+       std::list<std::string> usemod_;
        ///
        unsigned int columns_;
        ///
@@ -305,8 +305,6 @@ private:
        void readCharStyle(Lexer &, std::string const &);
        ///
        void readFloat(Lexer &);
-       ///
-       void readCounter(Lexer &);
 };