]> 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 22043f7fdcfbfd30973a66b2ae6888a41499172a..80453a92838d8746d1b98c63021480a77c86d7de 100644 (file)
@@ -13,7 +13,6 @@
 
 #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