]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/fdesign_base.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / fdesign_base.h
index 7495449a5087f3e88e5a37fed0d40baa18653460..dad30079558f939fa8ddffd714f700703bee0fec 100644 (file)
@@ -6,19 +6,24 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FDESIGN_BASE_H
 #define FDESIGN_BASE_H
 
-
 #include "forms_fwd.h"
 
+namespace lyx {
+namespace frontend {
+
 /// A base class for the fdesign-generated structs
 struct FD_base {
        virtual ~FD_base();
        FL_FORM * form;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FDESIGN_BASE_H