]> 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 e6e8529b863086a8efc8d68c53bca2f71fcb9cf2..1d7bbe249b7edd7d6d4d433bb3f5da77bf762e08 100644 (file)
 #include <boost/scoped_ptr.hpp>
 
 class InsetTabular;
+
+namespace lyx {
+namespace frontend {
+
 class ControlTabular;
 struct FD_tabular;
 struct FD_tabular_options;
@@ -65,4 +69,7 @@ private:
        int actCell_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTABULAR_H