]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsTimeout.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xformsTimeout.h
index c5273ca040d972b87097d15b630181808245f40f..34aff02df06e43a7a5b0282b9955d9a67fc7df37 100644 (file)
@@ -8,7 +8,7 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XFORMSTIMEOUT_H
@@ -16,6 +16,8 @@
 
 #include "frontends/Timeout.h"
 
+namespace lyx {
+namespace frontend {
 
 /**
  * This class executes the callback when the timeout expires
@@ -41,4 +43,7 @@ private:
        int timeout_id;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // XFORMSTIMEOUT_H