[vala/0.44] genie: Creation methods should not be static
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.44] genie: Creation methods should not be static
- Date: Sun, 8 Sep 2019 16:24:22 +0000 (UTC)
commit 6655b34f711e05232ad35d022030b43f95b8cd9d
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 99b4fba88..df864fd6c 100644
--- a/vala/valagenieparser.vala
+++ b/vala/valagenieparser.vala
@@ -3700,7 +3700,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]