[libcamera-devel] [PATCH 04/38] libcamera: process: forward-declare EventNotifier

Jacopo Mondi jacopo at jmondi.org
Wed Sep 23 12:44:09 CEST 2020


Hi Paul,

On Tue, Sep 22, 2020 at 10:35:03PM +0900, Paul Elder wrote:
> EventNotifier is not included; forward-declare it to satisfy the
> compiler
>

Where is it needed ? I don't see it used in process.h

> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
>
> ---
> New in v2
> ---
>  include/libcamera/internal/process.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/libcamera/internal/process.h b/include/libcamera/internal/process.h
> index 458a2149..254cda85 100644
> --- a/include/libcamera/internal/process.h
> +++ b/include/libcamera/internal/process.h
> @@ -15,6 +15,8 @@
>
>  namespace libcamera {
>
> +class EventNotifier;
> +
>  class Process final
>  {
>  public:
> --
> 2.27.0
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel


More information about the libcamera-devel mailing list