]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
hopefully fix tex2lyx linking.
[lyx.git] / src / bufferlist.h
index f43725a76e6a3f0d9708517b1af8512692c4d5ec..93d172068604fd7b1215cb0e0405b2e8602647eb 100644 (file)
@@ -17,6 +17,9 @@
 #include <string>
 #include <vector>
 
+
+namespace lyx {
+
 class Buffer;
 class OutputParams;
 
@@ -102,4 +105,7 @@ private:
 /// Implementation is in lyx_main.C
 extern BufferList & theBufferList();
 
+
+} // namespace lyx
+
 #endif // BUFFERLIST_H