X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormWrap.C;h=37788f02026d9c819649869f947be8d485c44de9;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=2a30826980edbef3dd9435ba16a272ab094b96d4;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/frontends/xforms/FormWrap.C b/src/frontends/xforms/FormWrap.C index 2a30826980..37788f0202 100644 --- a/src/frontends/xforms/FormWrap.C +++ b/src/frontends/xforms/FormWrap.C @@ -25,11 +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; @@ -113,3 +116,6 @@ void FormWrap::update() else placement_.set(params.placement.c_str()[0]); } + +} // namespace frontend +} // namespace lyx