X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=13870f1d8c6323c48878e44b7c02d0a9024aaa9b;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=fec76d06c070d2acba7564de7574059103e21b16;hpb=2e255b1c4f3264571a6bd9ade8651c1657c995c6;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index fec76d06c0..13870f1d8c 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -108,6 +108,8 @@ public: /// InsetQuotesParams::QuoteStyle quotes_style; /// + bool dynamic_quotes; + /// std::string fontsize; /// Get the LayoutFile this document is using. LayoutFile const * baseClass() const;