X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FxformsBC.h;h=085ca7174a378aeac3034b84374a4b7ede80761b;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=e7bbceee5b8a8c16c8ef672c6a3b9ddd2b023108;hpb=0de182f2571c1ab327843cc281bc1f5302058e26;p=lyx.git diff --git a/src/frontends/xforms/xformsBC.h b/src/frontends/xforms/xformsBC.h index e7bbceee5b..085ca7174a 100644 --- a/src/frontends/xforms/xformsBC.h +++ b/src/frontends/xforms/xformsBC.h @@ -8,7 +8,7 @@ * \author Angus Leeming * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFORMSBC_H @@ -19,11 +19,14 @@ #include "BCView.h" #include "gettext.h" +namespace lyx { +namespace frontend { + class xformsBC : public GuiBC { public: /// xformsBC(ButtonController const &, - string const & = _("Cancel"), string const & = _("Close")); + std::string const & = _("Cancel"), std::string const & = _("Close")); private: /// Updates the button sensitivity (enabled/disabled) @@ -33,7 +36,10 @@ private: void setWidgetEnabled(FL_OBJECT *, bool enabled) const; /// Set the label on the button - void setButtonLabel(FL_OBJECT *, string const & label) const; + void setButtonLabel(FL_OBJECT *, std::string const & label) const; }; +} // namespace frontend +} // namespace lyx + #endif // XFORMSBC_H