diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcpaint.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcpaint.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Clist_modern/src/modern_clcpaint.h b/plugins/Clist_modern/src/modern_clcpaint.h index 5a3d53adb0..0fde745194 100644 --- a/plugins/Clist_modern/src/modern_clcpaint.h +++ b/plugins/Clist_modern/src/modern_clcpaint.h @@ -167,11 +167,11 @@ private: COLORREF tmpforecolour;
DWORD fRelease;
- _PaintContext(HDC _hdcMem = NULL) :
- hdcMem(_hdcMem), hdcMem2(NULL),
- hBmpOsb2(NULL), oldbmp2(NULL),
- hBmpOsb(NULL), oldbmp(NULL),
- hBrushAlternateGrey(NULL),
+ _PaintContext(HDC _hdcMem = nullptr) :
+ hdcMem(_hdcMem), hdcMem2(nullptr),
+ hBmpOsb2(nullptr), oldbmp2(nullptr),
+ hBmpOsb(nullptr), oldbmp(nullptr),
+ hBrushAlternateGrey(nullptr),
tmpbkcolour(0), tmpforecolour(0),
fRelease(release_none) {};
};
|