From abff3580a5b229641086e0da097efee11d22ff81 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 29 Apr 2010 02:27:20 -0400 Subject: [PATCH] Add const --- src/hb-object-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-object-private.h b/src/hb-object-private.h index 93c8711..e24bc91 100644 --- a/src/hb-object-private.h +++ b/src/hb-object-private.h @@ -63,7 +63,7 @@ typedef struct { #endif static HB_GNUC_UNUSED inline hb_bool_t /* always returns TRUE */ -_hb_object_debug_out (void *obj, +_hb_object_debug_out (const void *obj, hb_reference_count_t *ref_count, const char *function) { -- 2.7.4