]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabularCreate.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTabularCreate.h
index 873a9f3e295f7d9671be62202ebbaf18b1d86ade..61f64dde2c3aed268c424d05a046fc947758f064 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Jürgen Vigna
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTABULARCREATE_H
@@ -14,6 +14,9 @@
 
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlTabularCreate;
 struct FD_tabular_create;
 
@@ -34,4 +37,7 @@ private:
        virtual void update() {};
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTABULARCREATE