]> 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 d7e22008475cd0c4fc752fc85ff57be41a6b68b4..61f64dde2c3aed268c424d05a046fc947758f064 100644 (file)
@@ -1,13 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormTabularCreate.h
- * Copyright 1995 Matthias Ettrich
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \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
@@ -15,6 +14,9 @@
 
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlTabularCreate;
 struct FD_tabular_create;
 
@@ -35,4 +37,7 @@ private:
        virtual void update() {};
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTABULARCREATE