mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Nullptr warnings
This commit is contained in:
parent
ada09a2cda
commit
4732da8dc2
@ -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 = 0, bool const terse = false) const;
|
||||
docstring const stateText(BufferParams * params = nullptr, bool const terse = false) const;
|
||||
|
||||
///
|
||||
void validate(LaTeXFeatures & features) const;
|
||||
|
Loading…
Reference in New Issue
Block a user