We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867b36e commit 6959372Copy full SHA for 6959372
src/scratch/monitor_p.h
@@ -22,7 +22,7 @@ struct MonitorPrivate
22
std::shared_ptr<Script> script;
23
std::shared_ptr<IBlockSection> blockSection;
24
std::shared_ptr<Block> block; // Compiler needs shared_ptr
25
- MonitorChangeFunc changeFunc;
+ MonitorChangeFunc changeFunc = nullptr;
26
VirtualMachine changeValueVM;
27
unsigned int width = 0;
28
unsigned int height = 0;
0 commit comments