efl_io_buffer: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:52:08 +01:00
parent 73ceac1f6c
commit 61d87af9e6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class Efl.Io.Buffer (Efl.Object, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Ef
The returned memory must be freed with eina_binbuf_free().
]]
return: free(own(Eina.Binbuf*), eina_binbuf_free) @warn_unused;
return: free(own(ptr(Eina.Binbuf)), eina_binbuf_free) @warn_unused;
}
}