]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibtex.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormBibtex.h
index ed050bf1d1ad55b0ab330750b456caac3fc75d54..c37bc1dae5251e5123551f219955ba309e321ead 100644 (file)
 #ifndef FORMBIBTEX_H
 #define FORMBIBTEX_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlBibtex;
 struct FD_bibtex;
 
@@ -37,4 +39,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBIBTEX_H