]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsPanel.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormMathsPanel.C
index 668c31dd0c4367ebc4295906db0a2c91df122d80..c6cb94115161a0b999ee950e7c40e6dfe29d25eb 100644 (file)
 
 #include <config.h>
 
-
-#include "ControlMath.h"
 #include "FormMathsPanel.h"
+#include "ControlMath.h"
 #include "forms/form_maths_panel.h"
+
 #include "xformsBC.h"
 
 #include "lyx_forms.h"
@@ -32,6 +32,8 @@
 #include "sub.xpm"
 #include "super.xpm"
 
+namespace lyx {
+namespace frontend {
 
 typedef FormController<ControlMath, FormView<FD_maths_panel> > base_class;
 
@@ -130,3 +132,6 @@ ButtonPolicy::SMInput FormMathsPanel::input(FL_OBJECT * ob, long)
 
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx