]> git.lyx.org Git - lyx.git/blobdiff - src/factory.h
Alfredo's second patch
[lyx.git] / src / factory.h
index 1c25480fdcd99f1eb7efee15161e7ebe72887a4c..772f28b0222024a7fb6d617f0581aabed792d7e5 100644 (file)
 
 class Inset;
 class FuncRequest;
+class LyXLex;
+class Buffer;
 
 /// creates inset according to 'cmd'
 Inset * createInset(FuncRequest const & cmd);
 
-#endif
+/// read inset from a file
+Inset * readInset(LyXLex & lex, Buffer const & buf);
+
+#endif // FACTORY_H