X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=79e41b17e9e5c2db290c0b422132885a927b14b7;hb=57065afb45bbb48975cef0df9357048d96a39f89;hp=226ad261997731041c0a77ec118e97472fe80518;hpb=154b4fdecec9ba8e5f5c1d1210b07992e68e7d15;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 226ad26199..79e41b17e9 100644 --- a/src/Font.h +++ b/src/Font.h @@ -33,7 +33,7 @@ class Font { public: /// - explicit Font(FontInfo = sane_font, Language const * l = 0); + explicit Font(FontInfo = sane_font, Language const * l = nullptr); /// FontInfo & fontInfo() { return bits_; } @@ -90,7 +90,7 @@ public: /// Build GUI description of font state - docstring const stateText(BufferParams * params, bool const terse = false) const; + docstring const stateText(BufferParams * params = nullptr, bool const terse = false) const; /// void validate(LaTeXFeatures & features) const;