]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBibitem.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormBibitem.h
index e83de9aa441cf438c5a68f34274ac880ff659a35..1b5ae47450131cf8fa206f3f3fa25c09262b6f11 100644 (file)
@@ -7,15 +7,17 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMBIBITEM_H
 #define FORMBIBITEM_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlCommand;
 struct FD_bibitem;
 
@@ -37,4 +39,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBIBITEM_H