mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Change NULL to nullptr
This commit is contained in:
@ -33,7 +33,7 @@ extern Rainmeter* g_Rainmeter;
|
||||
**
|
||||
*/
|
||||
MeterBitmap::MeterBitmap(MeterWindow* meterWindow, const WCHAR* name) : Meter(meterWindow, name),
|
||||
m_Image(L"BitmapImage", NULL, true),
|
||||
m_Image(L"BitmapImage", nullptr, true),
|
||||
m_NeedsReload(false),
|
||||
m_ZeroFrame(false),
|
||||
m_FrameCount(1),
|
||||
|
Reference in New Issue
Block a user