bindings: cxx: add a missing throw to line::event_get_fd()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 08:51:41 +0000 (10:51 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 08:54:30 +0000 (10:54 +0200)
commitd001dde47cc0df44ad79aa19bfe5bafaf4ba31bd
treed5832957f1670ca6802d65d2d57a5b487b62e6bb
parente52f444b5d64fa994fb654b5a6283537658bdfc3
bindings: cxx: add a missing throw to line::event_get_fd()

If the call to gpiod_line_event_get_fd() fails, we're not actually
throwing the exception - we're only creating it on stack. Add the
missing throw keyword.

Fixes: 8078a4a2ad90 ("bindings: implement C++ bindings")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/line.cpp