]> 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 2383baf12c61e2d4cc5fb4d2ce3f3efce417d8d6..5bd8464335b515a8da38305894b230f3c45711b6 100644 (file)
 #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