]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormCitation.h
index 12258b000ca458a6dd657d52638607abbe8900db..382c9fd58a2cda88d43c5ac75cc680f2b1836458 100644 (file)
 #ifndef FORMCITATION_H
 #define FORMCITATION_H
 
-
 #include "FormDialogView.h"
 #include "biblio.h"
 
-/** This class provides an XForms implementation of the Citation Dialog.
- */
+namespace lyx {
+namespace frontend {
+
 class ControlCitation;
 struct FD_citation;
 
+/** This class provides an XForms implementation of the Citation Dialog.
+ */
 class FormCitation
        : public FormController<ControlCitation, FormView<FD_citation> > {
 public:
@@ -62,4 +64,7 @@ private:
        std::vector<std::string> bibkeys;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMCITATION_H