diff options
Diffstat (limited to 'imagelist_darwin.go')
| -rw-r--r-- | imagelist_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imagelist_darwin.go b/imagelist_darwin.go index 53fafa5..add9584 100644 --- a/imagelist_darwin.go +++ b/imagelist_darwin.go @@ -11,7 +11,7 @@ import ( import "C" type imagelist struct { - list []C.id + list []C.id } func newImageList() ImageList { |
