mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 22:44:19 +00:00
CLink: Make constructor explicit
This commit is contained in:
@@ -69,7 +69,7 @@ class CLink
|
|||||||
uint32 mReceiverID = UINT32_MAX;
|
uint32 mReceiverID = UINT32_MAX;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CLink(CGameArea *pArea)
|
explicit CLink(CGameArea *pArea)
|
||||||
: mpArea(pArea)
|
: mpArea(pArea)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user