X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormBrowser.C;h=2cdacf7e74072aa440c211f6d26a39dfab93da09;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=ee9d1e09ef8ddd2a6f29ff8414e82289dde8f209;hpb=6d47abda7f4c367949145942f40c336beb515a8f;p=lyx.git diff --git a/src/frontends/xforms/FormBrowser.C b/src/frontends/xforms/FormBrowser.C index ee9d1e09ef..2cdacf7e74 100644 --- a/src/frontends/xforms/FormBrowser.C +++ b/src/frontends/xforms/FormBrowser.C @@ -5,16 +5,20 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include - #include "FormBrowser.h" #include "forms/form_browser.h" #include "xformsBC.h" +using std::string; + +namespace lyx { +namespace frontend { + FormBrowser::FormBrowser(Dialog & parent, string const & title, bool allowResize) : FormView(parent, title, allowResize) @@ -28,3 +32,6 @@ void FormBrowser::build() // Manage the close button bcview().setCancel(dialog_->button_close); } + +} // namespace frontend +} // namespace lyx