mirror of
				https://github.com/TomHarte/CLK.git
				synced 2025-10-31 20:16:07 +00:00 
			
		
		
		
	Prefer references for delegate protocols.
This commit is contained in:
		| @@ -106,5 +106,5 @@ void MultiTimedMachine::run_for(const Time::Seconds duration) { | ||||
| 		if(machine->get_confidence() >= 0.01f) machine->run_for(duration); | ||||
| 	}); | ||||
|  | ||||
| 	if(delegate_) delegate_->did_run_machines(this); | ||||
| 	if(delegate_) delegate_->did_run_machines(*this); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user