]> git.lyx.org Git - lyx.git/blobdiff - src/factory.h
hopefully fix tex2lyx linking.
[lyx.git] / src / factory.h
index 0c7ec876009fca605b3b09b5aab217bc7cdaecc3..d0873d6d81af9a82a5fca525ca8a30f140fe3a25 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef FACTORY_H
 #define FACTORY_H
 
+namespace lyx {
+
 class Buffer;
 class BufferView;
 class FuncRequest;
@@ -25,4 +27,7 @@ InsetBase * createInset(BufferView * bv, FuncRequest const & cmd);
 /// read inset from a file
 InsetBase * readInset(LyXLex & lex, Buffer const & buf);
 
+
+} // namespace lyx
+
 #endif // FACTORY_H