]> git.lyx.org Git - lyx.git/blobdiff - src/factory.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / factory.h
index 8a4a53dc86c16b6efb24aa8c6c48195c65ce0063..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