]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / LaTeX.h
index c7d51e92a6e86529d5a2d3ce428772dcb254ddd1..eae822d8e6b2a4cea437bb2b3c1804ab9bf1a910 100644 (file)
 
 #include "outputparams.h"
 
+#include "support/docstring.h"
+
 #include <boost/utility.hpp>
 #include <boost/signal.hpp>
 
 #include <vector>
 #include <set>
 
+
+namespace lyx {
+
 class DepTable;
 
 ///
@@ -126,7 +131,7 @@ public:
        };
 
        /// This signal emits an informative message
-       boost::signal<void(std::string)> message;
+       boost::signal<void(docstring)> message;
 
 
        /**
@@ -196,4 +201,7 @@ private:
        OutputParams runparams;
 };
 
+
+} // namespace lyx
+
 #endif