]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSearch.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormSearch.C
index 4cf9b97e743b0da77fc7680e2cdd328564b729fc..375dc0e21e6c97e5d880869269efa78410b50f0a 100644 (file)
 
 #include "lyx_forms.h"
 
-
 using std::string;
 
+namespace lyx {
+namespace frontend {
 
 typedef FormController<ControlSearch, FormView<FD_search> > base_class;
 
@@ -91,3 +92,6 @@ ButtonPolicy::SMInput FormSearch::input(FL_OBJECT * ob, long)
 
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx