Skip to content

Commit 42ee1a3

Browse files
committed
fix compiler warning
we added another const to libvips API
1 parent 10b9a6e commit 42ee1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vipsobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ vo_free( Vo *vo )
7777
static Vo *
7878
vo_new( Reduce *rc, const char *name )
7979
{
80-
VipsObjectClass *class;
80+
const VipsObjectClass *class;
8181
Vo *vo;
8282

8383
if( !(class = vips_class_find( "VipsObject", name )) )

0 commit comments

Comments
 (0)