]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormChanges.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormChanges.C
index 4e086062c0283b0263dcc4b4f3cad22aa92d08c2..284ed5e7172a5984f84bf1bf94e8b1a6e669239e 100644 (file)
 
 #include "lyx_forms.h"
 
-
 using std::string;
 
 
+namespace lyx {
+namespace frontend {
+
+
 typedef FormController<ControlChanges, FormView<FD_changes> > base_class;
 
 FormChanges::FormChanges(Dialog & parent)
@@ -76,3 +79,6 @@ ButtonPolicy::SMInput FormChanges::input(FL_OBJECT * obj, long)
 
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx