CLink: Make constructor explicit

This commit is contained in:
Lioncash 2020-06-12 16:45:33 -04:00
parent f5e9254c9a
commit 38d245b460
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class CLink
uint32 mReceiverID = UINT32_MAX;
public:
CLink(CGameArea *pArea)
explicit CLink(CGameArea *pArea)
: mpArea(pArea)
{}