From b6c74461d1fec75beff1c7439f11bc94e61fc066 Mon Sep 17 00:00:00 2001 From: Vasily Date: Sun, 1 Nov 2015 19:36:13 +0300 Subject: saedit: corrected one more size_t usage --- saedit/sae.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saedit/sae.h b/saedit/sae.h index 9cbaf09..51f45c1 100644 --- a/saedit/sae.h +++ b/saedit/sae.h @@ -63,7 +63,7 @@ typedef struct { SAEInfo *sae_info_new(); GdkPixbuf *sae_info_ground_new(); -GdkPixbuf* get_sprite_by_index(size_t index, SAEInfo *sae_info); +GdkPixbuf* get_sprite_by_index(int index, SAEInfo *sae_info); gboolean set_up_animation_by_direction(SAEInfo *sae_info, const gchar *direction); #endif -- cgit v1.2.3-70-g09d2