Skip to content

Commit 9d49a94

Browse files
committed
Make event blocks implementation public
1 parent 7bff7a3 commit 9d49a94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blocks/eventblocks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class EventBlocks : public IBlockSection
3232
static void compileBroadcastAndWait(Compiler *compiler);
3333
static void compileWhenBroadcastReceived(Compiler *compiler);
3434

35-
private:
3635
static unsigned int broadcast(VirtualMachine *vm);
3736
static unsigned int broadcastByIndex(VirtualMachine *vm);
3837
static unsigned int broadcastAndWait(VirtualMachine *vm);

0 commit comments

Comments
 (0)