We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d087230 + ab7f793 commit 6c4ab58Copy full SHA for 6c4ab58
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