]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormNote.C
index 1160d69e76d4482d6b56decb64500a84e61afd84..00110aca241e9a3461853e265a8fbb08ac78895b 100644 (file)
 
 #include "lyx_forms.h"
 
-
 using std::string;
 
+namespace lyx {
+namespace frontend {
 
 typedef FormController<ControlNote, FormView<FD_note> > base_class;
 
@@ -82,3 +83,6 @@ void FormNote::apply()
 
        controller().params().type = type;
 }
+
+} // namespace frontend
+} // namespace lyx