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