]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetfootlike.h
index 09752a8d493c0904d80811d69c3f1df3fddf5062..6615a4655f87c4ab8ef976590ed3f4be854ebd68 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "insetcollapsable.h"
 
+
+namespace lyx {
+
 // To have this class is probably a bit overkill... (Lgb)
 
 // The footnote inset
@@ -37,4 +40,7 @@ public:
        bool noFontChange() const { return true; }
 };
 
+
+} // namespace lyx
+
 #endif