mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Nullptr warnings
This commit is contained in:
parent
ada09a2cda
commit
4732da8dc2
@ -33,7 +33,7 @@ class Font {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
///
|
///
|
||||||
explicit Font(FontInfo = sane_font, Language const * l = 0);
|
explicit Font(FontInfo = sane_font, Language const * l = nullptr);
|
||||||
|
|
||||||
///
|
///
|
||||||
FontInfo & fontInfo() { return bits_; }
|
FontInfo & fontInfo() { return bits_; }
|
||||||
@ -90,7 +90,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
/// Build GUI description of font state
|
/// 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;
|
void validate(LaTeXFeatures & features) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user