X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.h;h=ae2265e674571a04c3ff2868fde6e24f41cdce79;hb=af5f69cea77a4ebf277f0e951b66f1d833d46bf4;hp=3dd96f0683099ed7582dec5d61af02980709d4e1;hpb=09b7e6e60aea3644c568212b7dd1f90c85020d2e;p=lyx.git diff --git a/src/factory.h b/src/factory.h index 3dd96f0683..ae2265e674 100644 --- a/src/factory.h +++ b/src/factory.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -21,10 +21,10 @@ class Lexer; /// creates inset according to 'cmd' -Inset * createInset(Buffer & buf, FuncRequest const & cmd); +Inset * createInset(Buffer * buf, FuncRequest const & cmd); /// read inset from a file -Inset * readInset(Lexer & lex, Buffer const & buf); +Inset * readInset(Lexer & lex, Buffer * buf); } // namespace lyx