X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.h;h=d0873d6d81af9a82a5fca525ca8a30f140fe3a25;hb=798af7d8f3a34dbad048934819f9da724882d06d;hp=0c7ec876009fca605b3b09b5aab217bc7cdaecc3;hpb=1eaa3eb913b16f4e6f5991b9c53b0b9ab3f84948;p=lyx.git diff --git a/src/factory.h b/src/factory.h index 0c7ec87600..d0873d6d81 100644 --- a/src/factory.h +++ b/src/factory.h @@ -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