X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=8a81bb07039e5e2c374715a9015ce7f53bb7dfea;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=586c47db022d6955b1e834f6ab24a187929f9925;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/Buffer.h b/src/Buffer.h index 586c47db02..8a81bb0703 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -395,7 +395,7 @@ private: \return \c false if method fails. */ ReadStatus readFile(Lexer &, support::FileName const & filename, - bool fromString = false); + bool fromString = false); /// Use the Pimpl idiom to hide the internals. class Impl;