]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.C
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insettheorem.C
index ceb90555ba3f6f804755e0157ad7641587b30cc9..a7b9e2018e6ba1622f928d942ff97a6911bac4f1 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "support/std_ostream.h"
 
+
+namespace lyx {
+
 using std::endl;
 using std::ostream;
 
@@ -97,3 +100,6 @@ int InsetTheorem::latex(Buffer const * buf, odocstream & os,
 
        return i + 2;
 }
+
+
+} // namespace lyx