[vala/0.42] Mark defined constructors of abstract classes as protected #2
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.42] Mark defined constructors of abstract classes as protected #2
- Date: Mon, 15 Apr 2019 08:58:49 +0000 (UTC)
commit f5ad5debf0875d3bab30baf00d1cded6330d9260
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Apr 15 10:05:53 2019 +0200
Mark defined constructors of abstract classes as protected #2
libvaladoc/api/member.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libvaladoc/api/member.vala b/libvaladoc/api/member.vala
index a812fc0ab..990355974 100644
--- a/libvaladoc/api/member.vala
+++ b/libvaladoc/api/member.vala
@@ -25,7 +25,7 @@
public abstract class Valadoc.Api.Member : Symbol {
private SourceComment? source_comment;
- public Member (Node parent, SourceFile file, string name, SymbolAccessibility accessibility,
+ protected Member (Node parent, SourceFile file, string name, SymbolAccessibility accessibility,
SourceComment? comment, Vala.Symbol data)
{
base (parent, file, name, accessibility, data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]