summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_directory.h')
-rw-r--r--ext/spl/spl_directory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h
index edb81e75a3..c9214109b2 100644
--- a/ext/spl/spl_directory.h
+++ b/ext/spl/spl_directory.h
@@ -61,7 +61,7 @@ typedef struct {
struct _spl_filesystem_object {
void *oth;
- spl_other_handler *oth_handler;
+ const spl_other_handler *oth_handler;
char *_path;
size_t _path_len;
char *orig_path;