mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-17 20:13:41 +00:00
CLink: Make constructor explicit
This commit is contained in:
parent
f5e9254c9a
commit
38d245b460
@ -69,7 +69,7 @@ class CLink
|
||||
uint32 mReceiverID = UINT32_MAX;
|
||||
|
||||
public:
|
||||
CLink(CGameArea *pArea)
|
||||
explicit CLink(CGameArea *pArea)
|
||||
: mpArea(pArea)
|
||||
{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user