]> git.lyx.org Git - features.git/blobdiff - src/LaTeX.h
HP-UX compile fix, thai keymap
[features.git] / src / LaTeX.h
index f9c6b1c84ff6b735c1d8fb491325dbb901861c2f..84fad139a7af6d063ead3ebb5050d0b481263698 100644 (file)
@@ -178,10 +178,11 @@ protected:
        void scanAuxFile(string const &, Aux_Info &);
        
        ///
-       void updateBibtexDependencies(DepTable &, vector<Aux_Info> const &);
+       void updateBibtexDependencies(DepTable &,
+                                     std::vector<Aux_Info> const &);
 
        ///
-       bool runBibTeX(vector<Aux_Info> const &);
+       bool runBibTeX(std::vector<Aux_Info> const &);
 
        ///
        void deleteFilesOnError() const;