]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormWrap.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormWrap.h
index 86705f724b86586ca224fca9b7ce6b9882308ed8..e97057302f66397befff0b4605931976c8a510fa 100644 (file)
@@ -6,16 +6,18 @@
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMWRAP_H
 #define FORMWRAP_H
 
-
 #include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlWrap;
 struct FD_wrap;
 
@@ -39,4 +41,7 @@ private:
        RadioButtonGroup placement_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMWRAP_H