From 1c0172cca4f1e90679321912e20436a7f42f122d Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Sat, 24 Feb 2018 15:32:06 +0100 Subject: more nullptr --- plugins/MirandaG15/src/LCDFramework/CLCDGfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDGfx.h') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h index 9ac2288262..cc43966413 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h @@ -45,7 +45,7 @@ public: BITMAPINFO *GetBitmapInfo(void); HBITMAP GetHBITMAP(void); - void StartTransition(ETransitionType eType = TRANSITION_RANDOM,LPRECT rect = NULL); + void StartTransition(ETransitionType eType = TRANSITION_RANDOM,LPRECT rect = nullptr); protected: void Cache(); -- cgit v1.2.3