From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- Object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Object.h') diff --git a/Object.h b/Object.h index 2c3ba9f..89933fa 100644 --- a/Object.h +++ b/Object.h @@ -24,7 +24,7 @@ struct Object_; typedef struct Object_ Object; typedef void(*Object_Display)(const Object*, RichString*); -typedef long(*Object_Compare)(const void*, const void*); +typedef int(*Object_Compare)(const void*, const void*); typedef void(*Object_Delete)(Object*); #define Object_getClass(obj_) ((const Object*)(obj_))->klass -- cgit v1.2.3