]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTexinfo.C
index f609af0b96e2b07871574c0fb753ad5cc2d3abae..3f672ba1e7bb027e212b02617b2d4a3a2534bd48 100644 (file)
 
 #include "lyx_forms.h"
 
-using lyx::support::OnlyFilename;
-
 using std::string;
 
+namespace lyx {
+
+using support::OnlyFilename;
+
+namespace frontend {
+
 
 typedef FormController<ControlTexinfo, FormView<FD_texinfo> > base_class;
 
@@ -135,3 +139,6 @@ void FormTexinfo::updateStyles(ControlTexinfo::texFileSuffix whichStyle)
 
        activeStyle = whichStyle;
 }
+
+} // namespace frontend
+} // namespace lyx