]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
Fix bug 2474; partial fix for 1777. Added last_reference_ member to QRef class and...
[lyx.git] / src / LaTeX.h
index bc310ec1db5d6d1d493f86d086e121d371365c67..821aa0f5b893b22a21f976f44123d238578a7765 100644 (file)
@@ -171,6 +171,10 @@ private:
        bool runMakeIndex(std::string const &, OutputParams const &,
                          std::string const & = std::string());
 
+       ///
+       bool runMakeIndexNomencl(support::FileName const &, OutputParams const &,
+                                std::string const &, std::string const &);
+
        ///
        std::vector<Aux_Info> const scanAuxFiles(support::FileName const &);