swr: Fix SWR_CONTEXT pre-declaration

Silents a warning on msvc

Reviewed-by: Jan Zielinski <jan.zielinski@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9502>
This commit is contained in:
Michel Zou 2021-03-10 21:34:14 +01:00 committed by Marge Bot
parent 0e8cdea6d9
commit 17441cf92f

View file

@ -235,7 +235,7 @@ struct SWR_API_THREADING_INFO
/// SWR_CONTEXT
/// Forward Declaration (see context.h for full definition)
/////////////////////////////////////////////////////////////////////////
class SWR_CONTEXT;
struct SWR_CONTEXT;
//////////////////////////////////////////////////////////////////////////
/// SWR_WORKER_PRIVATE_STATE