]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormToc.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormToc.h
index e5861c5081fcdf490a36a523f7ab4e78022b96bd..1064ad5aeead774d0838a71de4b019757f24a54c 100644 (file)
@@ -6,16 +6,18 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTOC_H
 #define FORMTOC_H
 
-
 #include "FormDialogView.h"
 #include "toc.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlToc;
 struct FD_toc;
 
@@ -44,4 +46,7 @@ private:
        toc::Toc toc_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTOC_H