/*********************************************************
- * Copyright (C) 2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 2018-2019 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
static VMGuestDnDCPMgr *CreateInstance(void);
private:
- VMGuestDnDCPMgr(void) : GuestDnDCPMgr() { }
+ VMGuestDnDCPMgr(void) : GuestDnDCPMgr(), mToolsAppCtx(NULL) { }
VMGuestDnDCPMgr(const VMGuestDnDCPMgr &mgr);
VMGuestDnDCPMgr& operator=(const VMGuestDnDCPMgr &mgr);