From 648f813f8c89e6e7d0ed5bda2c2149bee2babb09 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 22 Jul 2022 18:33:38 +0100 Subject: Switch from NULL to nullptr. --- include/modules/ircv3_batch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules/ircv3_batch.h') diff --git a/include/modules/ircv3_batch.h b/include/modules/ircv3_batch.h index 3640a4dea..804127bb9 100644 --- a/include/modules/ircv3_batch.h +++ b/include/modules/ircv3_batch.h @@ -147,7 +147,7 @@ public: * Batches can be started with Manager::Start() and stopped with Manager::End(). * @return True if the batch is running, false otherwise. */ - bool IsRunning() const { return (manager != NULL); } + bool IsRunning() const { return (manager != nullptr); } /** Get the batch start client protocol message. * The returned message object can be manipulated to add extra parameters or labels to the message. The first -- cgit v1.3.1-10-gc9f91