Emil Velikov <emil.l.veli...@gmail.com> writes:

> Seems to be a typo judging from the overall declaration of the
> template.
>
> Cc: EdB <edb+m...@sigluy.net>
> Cc: Francisco Jerez <curroje...@riseup.net>
> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>

Thanks,
Reviewed-by: Francisco Jerez <curroje...@riseup.net>

> ---
>  src/gallium/state_trackers/clover/util/compat.hpp | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/gallium/state_trackers/clover/util/compat.hpp 
> b/src/gallium/state_trackers/clover/util/compat.hpp
> index a52a6af..735994f 100644
> --- a/src/gallium/state_trackers/clover/util/compat.hpp
> +++ b/src/gallium/state_trackers/clover/util/compat.hpp
> @@ -417,8 +417,8 @@ namespace clover {
>           pair(T first, S second) :
>              first(first), second(second) {}
>  
> -         S first;
> -         T second;
> +         T first;
> +         S second;
>        };
>  
>        class exception {
> -- 
> 2.1.0

Attachment: pgpN6FcY5gSZl.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to