aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_tmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/date_tmx.h')
-rw-r--r--ext/date/date_tmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_tmx.h b/ext/date/date_tmx.h
index ed06501228..993a15327d 100644
--- a/ext/date/date_tmx.h
+++ b/ext/date/date_tmx.h
@@ -23,7 +23,7 @@ struct tmx_funcs {
};
struct tmx {
void *dat;
- struct tmx_funcs *funcs;
+ const struct tmx_funcs *funcs;
};
#define tmx_attr(x) (tmx->funcs->x)(tmx->dat)