]> git.lyx.org Git - lyx.git/blobdiff - src/factory.h
Bug fix; ensure that all is Ok after the combox is moved with
[lyx.git] / src / factory.h
index d1a6d5e32efddd01d59b0302dcc93f8db101d806..0c7ec876009fca605b3b09b5aab217bc7cdaecc3 100644 (file)
 class Buffer;
 class BufferView;
 class FuncRequest;
-class InsetOld;
+class InsetBase;
 class LyXLex;
 
 
 /// creates inset according to 'cmd'
-InsetOld * createInset(BufferView * bv, FuncRequest const & cmd);
+InsetBase * createInset(BufferView * bv, FuncRequest const & cmd);
 
 /// read inset from a file
-InsetOld * readInset(LyXLex & lex, Buffer const & buf);
+InsetBase * readInset(LyXLex & lex, Buffer const & buf);
 
 #endif // FACTORY_H