mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix clang-tidy modernize-use-nullptr warnings in headers
This commit is contained in:
parent
f15cab4a2b
commit
edf3ceb52c
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
DebugLogger() = default;
|
||||
~DebugLogger();
|
||||
|
||||
void OpenDebugLog(const char* filename = 0);
|
||||
void OpenDebugLog(const char* filename = nullptr);
|
||||
|
||||
void Log(DebugStream stream, const char* fmt, ...) __attribute__((format(printf, 3, 4)));
|
||||
void Log(const plugin::Plugin& plugin, const char* fmt, ...) __attribute__((format(printf, 3, 4)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue