]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.C
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / Timeout.C
index 99ee026f82cbed1be3686c35fdcd1eb329b17cc2..21d673ce1aabac71620472761c1e7d76aee251b4 100644 (file)
@@ -14,6 +14,9 @@
 #include "Timeout.h"
 
 
+namespace lyx {
+
+
 Timeout::~Timeout()
 {
        pimpl_->stop();
@@ -69,3 +72,6 @@ Timeout & Timeout::setTimeout(unsigned int msec)
        timeout_ms = msec;
        return * this;
 }
+
+
+} // namespace lyx