]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/checkedwidgets.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / checkedwidgets.C
index 41b5b746401da012245aa6b3514951c1f56d39a8..532823e34fbf245f9d58affc705f5f39e5fd1d94 100644 (file)
 
 #include "lyx_forms.h"
 
-using lyx::support::isStrDbl;
-
 using std::string;
 
+namespace lyx {
+
+using support::isStrDbl;
+
+namespace frontend {
+
 
 void addCheckedLyXLength(BCView & bcview,
                         FL_OBJECT * input, FL_OBJECT * label)
@@ -102,3 +106,6 @@ bool CheckedGlueLength::check() const
 
        return valid;
 }
+
+} // namespace frontend
+} // namespace lyx