summaryrefslogtreecommitdiff
path: root/ext/intl/timezone/timezone_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/timezone/timezone_class.h')
-rw-r--r--ext/intl/timezone/timezone_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/timezone/timezone_class.h b/ext/intl/timezone/timezone_class.h
index 8fe4524415..3d5f04008a 100644
--- a/ext/intl/timezone/timezone_class.h
+++ b/ext/intl/timezone/timezone_class.h
@@ -39,7 +39,7 @@ typedef struct {
const TimeZone *utimezone;
//whether to delete the timezone on object free
- zend_bool should_delete;
+ bool should_delete;
zend_object zo;
} TimeZone_object;