Skip to content

Commit d8c83bc

Browse files
committed
Make operator blocks implementation public
1 parent f47194d commit d8c83bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blocks/operatorblocks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class OperatorBlocks : public IBlockSection
7676
static void compileRound(Compiler *compiler);
7777
static void compileMathOp(Compiler *compiler);
7878

79-
private:
8079
static unsigned int op_ln(VirtualMachine *vm);
8180
static unsigned int op_log(VirtualMachine *vm);
8281
static unsigned int op_eexp(VirtualMachine *vm);

0 commit comments

Comments
 (0)