]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDocument.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormDocument.h
index 64fcedcbb99f8d86d1b886762d7dc7e9ca6e111b..f7488ae220faf596f48a03f397103dab0dd5a1e5 100644 (file)
 #include "lyx_forms.h"
 #include <vector>
 
-class ControlDocument;
-
 class BufferParams;
 
-class FormColorpicker;
+namespace lyx {
+namespace frontend {
 
+class ControlDocument;
+class FormColorpicker;
 struct FD_document;
 struct FD_document_paper;
 struct FD_document_class;
@@ -134,4 +135,7 @@ private:
        BranchList branchlist_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif