We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bff7a3 commit 9d49a94Copy full SHA for 9d49a94
src/blocks/eventblocks.h
@@ -32,7 +32,6 @@ class EventBlocks : public IBlockSection
32
static void compileBroadcastAndWait(Compiler *compiler);
33
static void compileWhenBroadcastReceived(Compiler *compiler);
34
35
- private:
36
static unsigned int broadcast(VirtualMachine *vm);
37
static unsigned int broadcastByIndex(VirtualMachine *vm);
38
static unsigned int broadcastAndWait(VirtualMachine *vm);
0 commit comments