]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormChanges.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormChanges.h
index ca1752cc7dc8b6afd87b8cb8994aa0cd809ae353..54e184d2098b64d77414aba27367b40fbfd3f0c9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMCHANGES_H
@@ -14,6 +14,9 @@
 
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlChanges;
 struct FD_changes;
 
@@ -37,4 +40,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMCHANGES_H