]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
* src/LaTeX.C: beautification: use identical user messages
[lyx.git] / src / LaTeX.h
index 6e2d0c6197be4349ee5efbef320aa510d8634231..1f52dab188386e791f2380f2467bca8715d83957 100644 (file)
@@ -24,6 +24,9 @@
 #include <vector>
 #include <set>
 
+
+namespace lyx {
+
 class DepTable;
 
 ///
@@ -128,7 +131,7 @@ public:
        };
 
        /// This signal emits an informative message
-       boost::signal<void(lyx::docstring)> message;
+       boost::signal<void(docstring)> message;
 
 
        /**
@@ -158,7 +161,8 @@ private:
        void deplog(DepTable & head);
 
        ///
-       bool runMakeIndex(std::string const &, OutputParams const &);
+       bool runMakeIndex(std::string const &, OutputParams const &,
+                         std::string const & = std::string());
 
        ///
        std::vector<Aux_Info> const scanAuxFiles(std::string const &);
@@ -198,4 +202,7 @@ private:
        OutputParams runparams;
 };
 
+
+} // namespace lyx
+
 #endif