We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47194d commit d8c83bcCopy full SHA for d8c83bc
src/blocks/operatorblocks.h
@@ -76,7 +76,6 @@ class OperatorBlocks : public IBlockSection
76
static void compileRound(Compiler *compiler);
77
static void compileMathOp(Compiler *compiler);
78
79
- private:
80
static unsigned int op_ln(VirtualMachine *vm);
81
static unsigned int op_log(VirtualMachine *vm);
82
static unsigned int op_eexp(VirtualMachine *vm);
0 commit comments