| Index: fxjs/fxjse.h
|
| diff --git a/fxjs/fxjse.h b/fxjs/fxjse.h
|
| index 0ba285d746add2642dc125eba97ee71786120054..069a3b29a3d5dc08e931bb1f58096d67f2917957 100644
|
| --- a/fxjs/fxjse.h
|
| +++ b/fxjs/fxjse.h
|
| @@ -28,9 +28,9 @@ typedef void (*FXJSE_PropAccessor)(CFXJSE_Value* pObject,
|
| CFXJSE_Value* pValue);
|
| typedef int32_t (*FXJSE_PropTypeGetter)(CFXJSE_Value* pObject,
|
| const CFX_ByteStringC& szPropName,
|
| - FX_BOOL bQueryIn);
|
| -typedef FX_BOOL (*FXJSE_PropDeleter)(CFXJSE_Value* pObject,
|
| - const CFX_ByteStringC& szPropName);
|
| + bool bQueryIn);
|
| +typedef bool (*FXJSE_PropDeleter)(CFXJSE_Value* pObject,
|
| + const CFX_ByteStringC& szPropName);
|
|
|
| enum FXJSE_ClassPropTypes {
|
| FXJSE_ClassPropType_None,
|
|
|