]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTabular.h
index 0d740c2e55108b70354e9904457d6ca874985a1a..1d7bbe249b7edd7d6d4d433bb3f5da77bf762e08 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Jürgen Vigna
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTABULAR_H
 #include <boost/scoped_ptr.hpp>
 
 class InsetTabular;
+
+namespace lyx {
+namespace frontend {
+
 class ControlTabular;
 struct FD_tabular;
 struct FD_tabular_options;
@@ -47,7 +51,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
        ///
-       virtual int checkLongtableOptions(FL_OBJECT *, string &);
+       virtual int checkLongtableOptions(FL_OBJECT *, std::string &);
 
        ///
        boost::scoped_ptr<FD_tabular_options> tabular_options_;
@@ -65,4 +69,7 @@ private:
        int actCell_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTABULAR_H