]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBrowser.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormBrowser.h
index 98e37a8871be0727ac50d63d4436c58b156e4914..ebd3f0fa419c9b45b8e09251234b26a64b0843c6 100644 (file)
 #ifndef FORMBROWSER_H
 #define FORMBROWSER_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
+struct FD_browser;
+
 /**
  * This class provides an XForms implementation of a read only
  * text browser.
  */
-struct FD_browser;
 
 class FormBrowser : public FormView<FD_browser> {
 public:
@@ -31,4 +34,7 @@ private:
        virtual void build();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBROWSER_H