Replaced NULL with nullptr.
This commit is contained in:
parent
e1d3eff587
commit
b3b094fc91
81 changed files with 512 additions and 512 deletions
|
@ -66,7 +66,7 @@ protected:
|
|||
|
||||
static const sf::Font& getFont()
|
||||
{
|
||||
assert(s_font != NULL);
|
||||
assert(s_font != nullptr);
|
||||
return *s_font;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue