]> 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 9375c85dd3f616cb14694285ef4d94ca21629557..1d7bbe249b7edd7d6d4d433bb3f5da77bf762e08 100644 (file)
 #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