]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormUrl.h
index 56d85aa2e5b0e52da43c45102292af69ad0d79b2..af727c08d3a0ad39759167ef09c25eb9d4dc07cd 100644 (file)
@@ -6,15 +6,17 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMURL_H
 #define FORMURL_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlCommand;
 struct FD_url;
 
@@ -33,4 +35,7 @@ private:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMURL_H