]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / LaTeXFeatures.h
index 1446ebe64a55c39a0e08ad3c96b3406ebbb17cf9..48c4bc198eba806b0ce737fabcd0189b6b8d5e08 100644 (file)
@@ -55,6 +55,8 @@ struct LaTeXFeatures {
        //@Man: Packages
        //@{
        ///
+       bool array;
+       ///
        bool color;     // color.sty
 #ifdef USE_GRAPHICX
        ///
@@ -155,9 +157,9 @@ struct LaTeXFeatures {
        ///
        FloatList usedFloats;
        ///
-       typedef map<string , string> FileMap;
+       typedef std::map<string , string> FileMap;
        ///
-       FileMap IncludedFiles;                                                                     
+       FileMap IncludedFiles;
        //@}
        BufferParams const & bufferParams() const;
 private: