]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsSpace.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormMathsSpace.C
index dfe1e75cf1de207e6268fe5d90a0c16a3174ddee..80453a92838d8746d1b98c63021480a77c86d7de 100644 (file)
@@ -8,12 +8,11 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "FormMathsSpace.h"
 #include "forms/form_maths_space.h"
 #include "ControlMath.h"
@@ -23,6 +22,9 @@
 
 extern char * latex_mathspace[];
 
+namespace lyx {
+namespace frontend {
+
 typedef FormController<ControlMath, FormView<FD_maths_space> > base_class;
 
 FormMathsSpace::FormMathsSpace(Dialog & parent)
@@ -66,3 +68,6 @@ ButtonPolicy::SMInput FormMathsSpace::input(FL_OBJECT *, long data)
        }
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx