diff options
Diffstat (limited to 'glib/gdatetime.c')
-rw-r--r-- | glib/gdatetime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 1755257be..453077f6d 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -126,7 +126,7 @@ struct _GDateTime /* 1 is 0001-01-01 in Proleptic Gregorian */ gint32 days; - volatile gint ref_count; + gint ref_count; /* (atomic) */ }; /* Time conversion {{{1 */ |