]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSearch.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormSearch.h
index 3571508112031887a8c73c7c052c94e9931669b4..7208a27c02e9425245ac540934ece36989169975 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlSearch;
 struct FD_search;
 
@@ -36,4 +39,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMSEARCH_H