diff options
| author | 2018-12-03 20:26:31 -0500 | |
|---|---|---|
| committer | 2018-12-03 20:26:31 -0500 | |
| commit | 3820267cf16d09b7e8e2d7a8f30b7a340f300934 (patch) | |
| tree | 0b8c79a7135d8190bfdb75892c876cfba77c1444 /src/modules/mediaplayer/winamp.cpp | |
| parent | Remove reliance Q_DISABLE_COPY macro (diff) | |
| download | KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.tar.gz KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.tar.bz2 KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.zip | |
Convert 0s and NULLs to nullptr
Diffstat (limited to 'src/modules/mediaplayer/winamp.cpp')
| -rw-r--r-- | src/modules/mediaplayer/winamp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mediaplayer/winamp.cpp b/src/modules/mediaplayer/winamp.cpp index 4bb67b8e5..0d701558a 100644 --- a/src/modules/mediaplayer/winamp.cpp +++ b/src/modules/mediaplayer/winamp.cpp @@ -72,7 +72,7 @@ winampGeneralPurposePlugin plugin = { #define KVIRC_WM_USER_CHECK 13123 #define KVIRC_WM_USER_CHECK_REPLY 13124 -void * lpWndProcOld = 0; +void * lpWndProcOld = nullptr; char szBuffer[4096]; |
