]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/table.C
hopefully fix tex2lyx linking.
[lyx.git] / src / tex2lyx / table.C
index c936529c3c856217eedda6c7f8607843d87e232c..d8608140ceeb0a745c857ecc41ab69c028fb1ae9 100644 (file)
@@ -26,6 +26,9 @@
 #include <vector>
 #include <map>
 
+
+namespace lyx {
+
 using std::cerr;
 using std::endl;
 using std::istringstream;
@@ -1118,3 +1121,6 @@ void handle_tabular(Parser & p, ostream & os, bool is_long_tabular,
 
 
 // }])
+
+
+} // namespace lyx