]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormParagraph.C
index 316f98c6ab2967fec3e087b786cc2dd6a41739e4..6224a88ffad024fff257b424d94e75022ed94d39 100644 (file)
 
 #include <boost/bind.hpp>
 
-using lyx::support::contains;
-using lyx::support::getStringFromVector;
-using lyx::support::rtrim;
-
 using boost::bind;
 
 using std::remove_if;
@@ -45,6 +41,13 @@ using std::remove_if;
 using std::vector;
 using std::string;
 
+namespace lyx {
+
+using support::contains;
+using support::getStringFromVector;
+using support::rtrim;
+
+namespace frontend {
 
 namespace {
 
@@ -287,3 +290,6 @@ ButtonPolicy::SMInput FormParagraph::input(FL_OBJECT * ob, long)
 
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx