summaryrefslogtreecommitdiff
path: root/vala/valagenerictype.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valagenerictype.vala')
-rw-r--r--vala/valagenerictype.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valagenerictype.vala b/vala/valagenerictype.vala
index 0a229a43e..e5e1a50a8 100644
--- a/vala/valagenerictype.vala
+++ b/vala/valagenerictype.vala
@@ -47,7 +47,7 @@ public class Vala.GenericType : DataType {
return result;
}
- public override DataType get_actual_type (DataType? derived_instance_type, List<DataType>? method_type_arguments, CodeNode node_reference) {
+ public override DataType get_actual_type (DataType? derived_instance_type, List<DataType>? method_type_arguments, CodeNode? node_reference) {
var result = this.copy ();
if (derived_instance_type == null && method_type_arguments == null) {