mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
glsl2: Initialize ast_declarator_list::invariant in constructor
This commit is contained in:
parent
12873fa4e3
commit
3832706f81
1 changed files with 1 additions and 0 deletions
|
|
@ -484,6 +484,7 @@ ast_declarator_list::print(void) const
|
|||
ast_declarator_list::ast_declarator_list(ast_fully_specified_type *type)
|
||||
{
|
||||
this->type = type;
|
||||
this->invariant = false;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue