]> git.lyx.org Git - lyx.git/blobdiff - src/support/forkedcallqueue.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / forkedcallqueue.h
index 20b939791bd81432f643dcd00794306161774012..be9953a8819ff44ae230c9086237b5c09bb917fb 100644 (file)
@@ -31,13 +31,13 @@ class ForkedCallQueue {
 public:
        /// A process in the queue
        typedef std::pair<std::string, Forkedcall::SignalTypePtr> Process;
-        /** Add a process to the queue. Processes are forked sequentially
-        *  only one is running at a time.
-         *  Connect to the returned signal and you'll be informed when
-         *  the process has ended.
-         */
+       /** Add a process to the queue. Processes are forked sequentially
+        *  only one is running at a time.
+        *  Connect to the returned signal and you'll be informed when
+        *  the process has ended.
+        */
        Forkedcall::SignalTypePtr add(std::string const & process);
-       /// Query whether the queue is running a forked process now.
+       /// Query whether the queue is running a forked process now.
        bool running() const;
        /// Get the and only instance of the class
        static ForkedCallQueue & get();