]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormInclude.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormInclude.h
index cfa8504035bf687d617d4c8de291aca9d24c3f5c..5bd8464335b515a8da38305894b230f3c45711b6 100644 (file)
@@ -8,15 +8,16 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 #ifndef FORMINCLUDE_H
 #define FORMINCLUDE_H
 
-
 #include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
+namespace lyx {
+namespace frontend {
 
 class ControlInclude;
 struct FD_include;
@@ -42,4 +43,7 @@ private:
        RadioButtonGroup type_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMINCLUDE_H