X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormWrap.C;h=37788f02026d9c819649869f947be8d485c44de9;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=2e8ab02582ac1b9ddb9ff38b3816ca546ae806cf;hpb=57a24ea9124812ddc5108ff1ad304ff61acc826a;p=lyx.git diff --git a/src/frontends/xforms/FormWrap.C b/src/frontends/xforms/FormWrap.C index 2e8ab02582..37788f0202 100644 --- a/src/frontends/xforms/FormWrap.C +++ b/src/frontends/xforms/FormWrap.C @@ -25,9 +25,14 @@ #include "lyx_forms.h" #include "support/tostr.h" -using lyx::support::getStringFromVector; -using lyx::support::subst; +using std::string; +namespace lyx { + +using support::getStringFromVector; +using support::subst; + +namespace frontend { typedef FormController > base_class; @@ -111,3 +116,6 @@ void FormWrap::update() else placement_.set(params.placement.c_str()[0]); } + +} // namespace frontend +} // namespace lyx