]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.h
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / Timeout.h
index 27089946eb8891a1d2045bd3c54b02086a6a9c2d..f39197d478daf807be4bd12bff832705ea66c964 100644 (file)
@@ -16,6 +16,9 @@
 #include <boost/signal.hpp>
 
 
+namespace lyx {
+
+
 /**
  * This class executes the callback when the timeout expires.
  */
@@ -89,4 +92,7 @@ private:
        unsigned int timeout_ms;
 };
 
+
+} // namespace lyx
+
 #endif