summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/ejs/ejsProcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/appweb/ejs/ejsProcs.c')
-rw-r--r--source4/lib/appweb/ejs/ejsProcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/appweb/ejs/ejsProcs.c b/source4/lib/appweb/ejs/ejsProcs.c
index adef6e898a..43fff4a40b 100644
--- a/source4/lib/appweb/ejs/ejsProcs.c
+++ b/source4/lib/appweb/ejs/ejsProcs.c
@@ -59,7 +59,7 @@ static int valueOfProc(EjsHandle eid, int argc, MprVar **argv);
*/
static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op,
MprProperties *parentProperties, MprVar *prop, MprVar *newValue,
- bool copyRef);
+ int copyRef);
/******************************************************************************/
/*
@@ -340,7 +340,7 @@ static int valueOfProc(EjsHandle eid, int argc, MprVar **argv)
static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op,
MprProperties *parentProperties, MprVar *prop, MprVar *newValue,
- bool copyRef)
+ int copyRef)
{
switch (op) {
case MPR_VAR_READ: