]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Dekels tabular/textinset patches
[lyx.git] / src / LaTeXFeatures.h
index 91165ad7f033e9e0b6e584804dbc2d4821719718..2825c2bf2289ecc8774208184cc6acb87eaec77d 100644 (file)
@@ -42,7 +42,7 @@ struct LaTeXFeatures {
        /// The definitions needed by the document's textclass
        string const getTClassPreamble();
        ///
-       string const getIncludedFiles();
+       string const getIncludedFiles(string const fname) const;
 
        ///
        void showStruct();
@@ -134,9 +134,9 @@ struct LaTeXFeatures {
        ///
        LanguageList UsedLanguages;
        ///
-       typedef std::set<string> FloatList;
+       typedef std::set<string> UsedFloats;
        ///
-       FloatList usedFloats;
+       UsedFloats usedFloats;
        ///
        typedef std::map<string , string> FileMap;
        ///