]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormUrl.C
index 9d52023ac98915d318de207cadb3eda311e673c2..0c073e076dcc3c21724fd5eed15dbfdcd5df668c 100644 (file)
@@ -8,7 +8,6 @@
  * Full author contact details are available in file CREDITS.
  */
 
-
 #include <config.h>
 
 #include "FormUrl.h"
@@ -19,6 +18,8 @@
 
 #include "lyx_forms.h"
 
+namespace lyx {
+namespace frontend {
 
 typedef  FormController<ControlCommand, FormView<FD_url> > base_class;
 
@@ -73,3 +74,6 @@ void FormUrl::apply()
        else
                controller().params().setCmdName("url");
 }
+
+} // namespace frontend
+} // namespace lyx