[vala/0.48] vala: Set this_parameter of method representing property accessor
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] vala: Set this_parameter of method representing property accessor
- Date: Sun, 28 Feb 2021 17:26:24 +0000 (UTC)
commit 7fed239a27657768fcc73d31c2718d2b3541335f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Jan 18 15:38:51 2021 +0100
vala: Set this_parameter of method representing property accessor
vala/valapropertyaccessor.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vala/valapropertyaccessor.vala b/vala/valapropertyaccessor.vala
index 92f9a9315..5f477b0e4 100644
--- a/vala/valapropertyaccessor.vala
+++ b/vala/valapropertyaccessor.vala
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]