]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsBC.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xformsBC.C
index 517c9470d6b670db12617698f4fd56521f544f02..354d55cfa35da13dd81b961191c32e2b2ab2860b 100644 (file)
@@ -7,7 +7,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.
  */
 
 #include <config.h>
 #include "lyx_forms.h"
 
 
+using std::string;
+
+namespace lyx {
+namespace frontend {
+
 xformsBC::xformsBC(ButtonController const & parent,
                   string const & cancel, string const & close)
        : GuiBC<FL_OBJECT, FL_OBJECT>(parent, cancel, close)
@@ -40,3 +45,6 @@ void xformsBC::setButtonLabel(FL_OBJECT * obj, string const & label) const
 {
        fl_set_object_label(obj, label.c_str());
 }
+
+} // namespace frontend
+} // namespace lyx