]> 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 897ac1fa2f128daf3b4b572cef1d09ab43a4c2a6..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:
        ///
-       FormBrowser(Dialog &, string const &, bool allowResize = true);
+       FormBrowser(Dialog &, std::string const &, bool allowResize = true);
 private:
        /// Build the dialog.
        virtual void build();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMBROWSER_H