]> 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 77751c51c687049e43456ccb79e8f9b4088d3051..dad30079558f939fa8ddffd714f700703bee0fec 100644 (file)
@@ -6,22 +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
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #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