X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffactory.h;h=0c7ec876009fca605b3b09b5aab217bc7cdaecc3;hb=d68ec289063394f24296ee098f5113e9242f2b0b;hp=d1a6d5e32efddd01d59b0302dcc93f8db101d806;hpb=70d0ba900118ac7e253c1e1969fd7a3d64ec8e03;p=lyx.git diff --git a/src/factory.h b/src/factory.h index d1a6d5e32e..0c7ec87600 100644 --- a/src/factory.h +++ b/src/factory.h @@ -15,14 +15,14 @@ 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