From dff565f40105b20b0e8e4dba1f48ccc9b8e7ff44 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Fri, 23 Feb 2018 22:36:25 +0100 Subject: guard headers --- plugins/FloatingContacts/src/filedrop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/FloatingContacts/src/filedrop.h') diff --git a/plugins/FloatingContacts/src/filedrop.h b/plugins/FloatingContacts/src/filedrop.h index af384c67d3..9ca6441865 100644 --- a/plugins/FloatingContacts/src/filedrop.h +++ b/plugins/FloatingContacts/src/filedrop.h @@ -1,8 +1,9 @@ /* This file is a modification of clcfiledrop.h originally written by Richard Hughes*/ -static HWND hwndCurDrag = NULL; +#pragma once +static HWND hwndCurDrag = nullptr; class CDropTarget: public IDropTarget { private: -- cgit v1.2.3