summaryrefslogtreecommitdiff
path: root/vala/valamethod.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-01-28 12:12:53 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-01-28 13:00:24 +0100
commit932965b4e630e78ebff50bad95dcff6494832a19 (patch)
treee050e8037a80d66635b815574f6e2d695a1b113d /vala/valamethod.vala
parent2e798fc3f8e9af25a4c231c2561894d9f0a0be50 (diff)
downloadvala-932965b4e630e78ebff50bad95dcff6494832a19.tar.gz
Add further support for params arrays in constructors
In addition to 98ab3da89640b8b8a6c67044b4df1194672774bb See https://gitlab.gnome.org/GNOME/vala/issues/128
Diffstat (limited to 'vala/valamethod.vala')
-rw-r--r--vala/valamethod.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valamethod.vala b/vala/valamethod.vala
index 335bf4224..4a76c5d39 100644
--- a/vala/valamethod.vala
+++ b/vala/valamethod.vala
@@ -175,7 +175,7 @@ public class Vala.Method : Subroutine, Callable {
}
}
- public LocalVariable? params_array_var { get; private set; }
+ public LocalVariable? params_array_var { get; protected set; }
public weak Signal signal_reference { get; set; }