From 4dde6e6a9b6176050f31df13e91d248b5d7c62b2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Mar 2017 23:14:08 +0300 Subject: code cleaning --- plugins/Scriver/src/msgs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Scriver/src/msgs.h') diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index 57be735d37..8e04ec88d5 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -146,7 +146,7 @@ public: AVATARCACHEENTRY *m_ace; public: - CSrmmWindow(MCONTACT hContact, bool bIncoming = false, const char *szInitialText = NULL, bool bIsUnicode = false); + CSrmmWindow(MCONTACT hContact, bool bIncoming = false, const char *szInitialText = nullptr, bool bIsUnicode = false); virtual void OnInitDialog() override; virtual void OnDestroy() override; @@ -249,7 +249,7 @@ public: struct CREOleCallback : public IRichEditOleCallback { - CREOleCallback() : refCount(0), nextStgId(0), pictStg(NULL) {} + CREOleCallback() : refCount(0), nextStgId(0), pictStg(nullptr) {} unsigned refCount; IStorage *pictStg; int nextStgId; -- cgit v1.2.3