mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
gallium: Fix p_refcnt.h for C++ compilers.
This commit is contained in:
parent
9438ffda50
commit
a2aedf95d8
1 changed files with 3 additions and 0 deletions
|
|
@ -80,5 +80,8 @@ pipe_reference(struct pipe_reference **ptr, struct pipe_reference *reference)
|
||||||
return destroy;
|
return destroy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* P_REFCNT_H */
|
#endif /* P_REFCNT_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue