]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsBC.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / xformsBC.h
index 5ef50c9d368cc85224c14ba1301110e396d61958..085ca7174a378aeac3034b84374a4b7ede80761b 100644 (file)
 #include "BCView.h"
 #include "gettext.h"
 
+namespace lyx {
+namespace frontend {
+
 class xformsBC : public GuiBC<FL_OBJECT, FL_OBJECT> {
 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