mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
Make ir_function::signatures private
This commit is contained in:
parent
95cd6cc195
commit
a4775823b0
1 changed files with 1 additions and 0 deletions
1
ir.h
1
ir.h
|
|
@ -205,6 +205,7 @@ public:
|
|||
*/
|
||||
const char *name;
|
||||
|
||||
private:
|
||||
/**
|
||||
* Set of overloaded functions with this name.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue