]> git.lyx.org Git - lyx.git/blobdiff - src/support/forkedcallqueue.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / forkedcallqueue.C
index fe9606772a399844786a079b283fbece8e462663..0e49713da4a627354b0e02a5e161bde3db191921 100644 (file)
@@ -20,6 +20,9 @@
 using std::endl;
 using std::queue;
 
+namespace lyx {
+namespace support {
+
 ForkedCallQueue & ForkedCallQueue::get()
 {
        static ForkedCallQueue singleton;
@@ -90,3 +93,6 @@ bool ForkedCallQueue::running() const
 {
        return running_ ;
 }
+
+} // namespace support
+} // namespace lyx