aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/ident
diff options
context:
space:
mode:
authorGravatar IceN9ne2018-12-03 20:26:31 -0500
committerGravatar IceN9ne2018-12-03 20:26:31 -0500
commit3820267cf16d09b7e8e2d7a8f30b7a340f300934 (patch)
tree0b8c79a7135d8190bfdb75892c876cfba77c1444 /src/modules/ident
parentRemove reliance Q_DISABLE_COPY macro (diff)
downloadKVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.tar.gz
KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.tar.bz2
KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.zip
Convert 0s and NULLs to nullptr
Diffstat (limited to 'src/modules/ident')
-rw-r--r--src/modules/ident/libkviident.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ident/libkviident.h b/src/modules/ident/libkviident.h
index 613222ab5..2aa573402 100644
--- a/src/modules/ident/libkviident.h
+++ b/src/modules/ident/libkviident.h
@@ -85,7 +85,7 @@ public:
void run() override;
protected:
- void postMessage(const char * message, KviIdentRequest * r, const char * szAux = 0);
+ void postMessage(const char * message, KviIdentRequest * r, const char * szAux = nullptr);
};
#endif //_LIBKVIIDENT_H_