]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDialogView.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormDialogView.C
index 51dcee93fb788711fb9d29245ba5dd9ed1d0df03..5e742bdaa5e770460797518d3d09d52fe8fb35fd 100644 (file)
 
 #include "lyx_forms.h"
 
-using lyx::support::bformat;
-using lyx::support::LibFileSearch;
-
 using std::string;
 
+namespace lyx {
+
+using support::bformat;
+using support::LibFileSearch;
+
+namespace frontend {
 
 extern "C" {
 
@@ -413,3 +416,6 @@ static int C_PrehandlerCB(FL_OBJECT * ob, int event,
 }
 
 } // extern "C"
+
+} // namespace frontend
+} // namespace lyx