]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Small fix.
[lyx.git] / src / LaTeXFeatures.h
index 05736eb9dcf8d4751080d94f885a5f2e502e49cd..cee55913a121baf94785f6acbfc916483df0c751 100644 (file)
@@ -55,14 +55,13 @@ struct LaTeXFeatures {
        //@Man: Packages
        //@{
        ///
+       bool array;
+       ///
        bool color;     // color.sty
-#ifdef USE_GRAPHICX
        ///
        bool graphicx; // graphicx.sty
-#else
        ///
        bool graphics;  // graphics.sty
-#endif
        ///
        bool setspace;  // setspace.sty
        ///
@@ -157,7 +156,7 @@ struct LaTeXFeatures {
        ///
        typedef std::map<string , string> FileMap;
        ///
-       FileMap IncludedFiles;                                                                     
+       FileMap IncludedFiles;
        //@}
        BufferParams const & bufferParams() const;
 private: