CNodeCopyMimeData: Make use of explicit in constructor
This commit is contained in:
parent
1fca5e1c0a
commit
207a378c79
|
@ -43,7 +43,7 @@ public:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
CNodeCopyMimeData(CWorldEditor *pEditor)
|
explicit CNodeCopyMimeData(CWorldEditor *pEditor)
|
||||||
: mpEditor(pEditor)
|
: mpEditor(pEditor)
|
||||||
, mAreaID(pEditor->ActiveArea()->ID())
|
, mAreaID(pEditor->ActiveArea()->ID())
|
||||||
, mGame(pEditor->CurrentGame())
|
, mGame(pEditor->CurrentGame())
|
||||||
|
|
Loading…
Reference in New Issue