mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
analyzer: Replace nulls with nullptr
This commit is contained in:
parent
cb01e098df
commit
6897912909
54 changed files with 305 additions and 307 deletions
|
@ -141,7 +141,7 @@ public:
|
|||
|
||||
Connection* Conn() const;
|
||||
|
||||
bool HasContents() const { return contents_processor != 0; }
|
||||
bool HasContents() const { return contents_processor != nullptr; }
|
||||
bool HadGap() const;
|
||||
|
||||
inline bool IsOrig() const { return is_orig; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue