summaryrefslogtreecommitdiff
path: root/vala/valasymbol.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valasymbol.vala')
-rw-r--r--vala/valasymbol.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valasymbol.vala b/vala/valasymbol.vala
index 770212d47..a55299b19 100644
--- a/vala/valasymbol.vala
+++ b/vala/valasymbol.vala
@@ -210,7 +210,7 @@ public abstract class Vala.Symbol : CodeNode {
private Scope _scope;
private bool? _external;
- protected Symbol (string? name, SourceReference? source_reference, Comment? comment = null) {
+ protected Symbol (string? name, SourceReference? source_reference = null, Comment? comment = null) {
this.name = name;
this.source_reference = source_reference;
this.comment = comment;