1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-04 13:31:26 +00:00

Ensured a proper initial value for delegate_.

This commit is contained in:
Thomas Harte 2017-07-31 22:46:06 -04:00
parent 42dd27c9b1
commit 763e3b65d1

View File

@ -22,7 +22,7 @@ namespace CRTMachine {
*/
class Machine {
public:
Machine() : clock_is_unlimited_(false) {}
Machine() : clock_is_unlimited_(false), delegate_(nullptr) {}
/*!
Causes the machine to set up its CRT and, if it has one, speaker. The caller guarantees