[vala/0.40] genie: Creation methods should not be static
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] genie: Creation methods should not be static
- Date: Wed, 9 Oct 2019 17:33:35 +0000 (UTC)
commit 7edb91a2c5e00120521eb61f856e5d9a67c1fe1f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Sep 3 09:32:54 2019 +0200
genie: Creation methods should not be static
Revealed by ba8122d3a64e44eac44c5254c93fb181df601b0a
vala/valagenieparser.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/vala/valagenieparser.vala b/vala/valagenieparser.vala
index e69fae23c..1cfd0366f 100644
--- a/vala/valagenieparser.vala
+++ b/vala/valagenieparser.vala
@@ -3685,7 +3685,6 @@ public class Vala.Genie.Parser : CodeVisitor {
}
method.access = SymbolAccessibility.PUBLIC;
set_attributes (method, attrs);
- method.binding = MemberBinding.STATIC;
if (accept_block ()) {
method.body = parse_block ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]