]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVSpace.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormVSpace.C
index a94686ceecc506fa2f92ef7938930263f55c2b28..0df4171318a063df41e775ab37d651e06c756cde 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;
@@ -46,6 +42,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 {
 
@@ -270,3 +273,6 @@ ButtonPolicy::SMInput FormVSpace::input(FL_OBJECT * ob, long)
        }
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx