]> git.lyx.org Git - lyx.git/blobdiff - src/factory.h
Copy modules into the Advanced F&R pane as well.
[lyx.git] / src / factory.h
index 3b792acf373199d819a5d7e2bafbfb2845c626cf..ae2265e674571a04c3ff2868fde6e24f41cdce79 100644 (file)
@@ -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