]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / LaTeX.h
index 6e2d0c6197be4349ee5efbef320aa510d8634231..eae822d8e6b2a4cea437bb2b3c1804ab9bf1a910 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;
 
 
        /**
@@ -198,4 +201,7 @@ private:
        OutputParams runparams;
 };
 
+
+} // namespace lyx
+
 #endif