]> 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 871c0b4bf7a673c21d702d8db49fe3a8c607764c..284ed5e7172a5984f84bf1bf94e8b1a6e669239e 100644 (file)
@@ -5,19 +5,27 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "xformsBC.h"
-#include "ControlChanges.h"
 #include "FormChanges.h"
+#include "ControlChanges.h"
 #include "forms/form_changes.h"
+
+#include "xformsBC.h"
 #include "xforms_helpers.h"
 
 #include "lyx_forms.h"
 
+using std::string;
+
+
+namespace lyx {
+namespace frontend {
+
+
 typedef FormController<ControlChanges, FormView<FD_changes> > base_class;
 
 FormChanges::FormChanges(Dialog & parent)
@@ -71,3 +79,6 @@ ButtonPolicy::SMInput FormChanges::input(FL_OBJECT * obj, long)
 
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx