Skip to content

Commit 866f509

Browse files
authored
Merge pull request #388 from Earlopain/fix-warning
Fix a method redefinition warning
2 parents 5664eb4 + 61db28d commit 866f509

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/vips/object.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
module Vips
1010
private
1111

12-
# debugging support
13-
attach_function :vips_object_print_all, [], :void
14-
1512
# we must init these by hand, since they are usually made on first image
1613
# create
1714
attach_function :vips_band_format_get_type, [], :GType
@@ -337,6 +334,7 @@ class ArgumentInstancePtr < FFI::Struct
337334
ArgumentClassPtr.ptr, ArgumentInstancePtr.ptr],
338335
:int
339336

337+
# debugging support
340338
attach_function :vips_object_print_all, [], :void
341339

342340
attach_function :vips_object_set_from_string, [:pointer, :string], :int

0 commit comments

Comments
 (0)