]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormLog.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormLog.h
index 1a270d30d366959bf692dcd5c7874dea8989e72e..aebbfba1ef9aab84ddd62ac637f267dad1920c36 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMLOG_H
@@ -14,6 +14,9 @@
 
 #include "FormBrowser.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlLog;
 
 /**
@@ -33,4 +36,7 @@ public:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMLOG_H