lib: fix can_seek_beginning method type cast
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 19:42:35 +0000 (15:42 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 19:44:52 +0000 (15:44 -0400)
commit867517794e3a3514589eb9b60fe252c65bd23269
tree24cedc15e37cf6c9a5414823b4da7b82601ead22
parent5a096c634cb12170d37fed9d621da094ec9a1300
lib: fix can_seek_beginning method type cast

Use the right type for the cast.  It works right now because
can_seek_beginning and seek_beginning have the same signature, but
the can_seek_beginning signature is set to change very soon.

Change-Id: I9b51c1bba43fecd1d857578d28cae5b5ff058059
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/lib/graph/iterator.c
This page took 0.024308 seconds and 4 git commands to generate.