]> git.lyx.org Git - features.git/blobdiff - src/LaTeX.h
#10285 and #10542 - Add sips as a fallback converter for Mac to provide preview of...
[features.git] / src / LaTeX.h
index 25756831c8713e0582bc6734802c84515b6aefbc..f5d66a52b8cf459c74c20b2fbe96917688b29c52 100644 (file)
@@ -197,7 +197,8 @@ private:
                                 std::string const &, std::string const &);
 
        ///
-       std::vector<AuxInfo> const scanAuxFiles(support::FileName const &);
+       std::vector<AuxInfo> const scanAuxFiles(support::FileName const &,
+                                               bool const only_childbibs = false);
 
        ///
        AuxInfo const scanAuxFile(support::FileName const &);
@@ -242,6 +243,9 @@ private:
        
        /// Do we use biber?
        bool biber;
+
+       ///
+       std::vector <std::string> children;
 };