From 0fcbfc01baf4dc8fc42fe9a40033be14808c2c7f Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 5 Jan 2019 18:17:17 +0100 Subject: clazy warnings --- node/bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/bind.cpp') diff --git a/node/bind.cpp b/node/bind.cpp index a179069..9598c45 100644 --- a/node/bind.cpp +++ b/node/bind.cpp @@ -45,7 +45,7 @@ void BindNode::run(ExecutionNode* previous) if(nullptr!=dice) { m_diceResult->setHomogeneous(false); - for(Die* die : dice->getResultList()) + for(auto& die : dice->getResultList()) { if(!die->hasBeenDisplayed()) { -- cgit v1.2.3-70-g09d2