]> 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 c1b984b657cd38dd4e44c31e8510380c2414d467..532823e34fbf245f9d58affc705f5f39e5fd1d94 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file checkedwidgets.C
+ * \file xforms/checkedwidgets.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 
 #include "lyx_forms.h"
 
-using lyx::support::isStrDbl;
+using std::string;
+
+namespace lyx {
+
+using support::isStrDbl;
+
+namespace frontend {
 
 
 void addCheckedLyXLength(BCView & bcview,
@@ -100,3 +106,6 @@ bool CheckedGlueLength::check() const
 
        return valid;
 }
+
+} // namespace frontend
+} // namespace lyx