]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormPrint.C
index a3ea1756ea58d693198c918c3b353e46a50331ab..48d38d464bd744ae796e8e2e474b7644365250a4 100644 (file)
 
 #include "lyx_forms.h"
 
-using lyx::support::strToInt;
-
 using std::string;
 
+namespace lyx {
+
+using support::strToInt;
+
+namespace frontend {
 
 typedef FormController<ControlPrint, FormView<FD_print> > base_class;
 
@@ -253,3 +256,6 @@ ButtonPolicy::SMInput FormPrint::input(FL_OBJECT * ob, long)
 
        return activate;
 }
+
+} // namespace frontend
+} // namespace lyx