spa: libcamera: remove unnecessary typedef

This commit is contained in:
Barnabás Pőcze 2022-09-09 18:50:58 +02:00 committed by Wim Taymans
parent 02f2d6b48d
commit f9796fc024
3 changed files with 11 additions and 11 deletions

View file

@ -604,7 +604,7 @@ spa_libcamera_alloc_buffers(struct impl *impl, struct port *port,
}
void Impl::requestComplete(libcamera::Request *request)
void impl::requestComplete(libcamera::Request *request)
{
struct impl *impl = this;
struct port *port = &impl->out_ports[0];