]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vala: Set this_parameter of method representing property accessor
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 18 Jan 2021 14:38:51 +0000 (15:38 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 18 Jan 2021 14:38:51 +0000 (15:38 +0100)
vala/valapropertyaccessor.vala

index adcb628dbee4660d378fd1fd9f7223594f31a083..0c1bf50b34456954ed2304961cc4128bcf3c543e 100644 (file)
@@ -133,6 +133,7 @@ public class Vala.PropertyAccessor : Subroutine {
                        m.binding = prop.binding;
                        m.is_abstract = prop.is_abstract;
                        m.is_virtual = prop.is_virtual;
+                       m.this_parameter = prop.this_parameter;
                }
 
                return m;