diff options
Diffstat (limited to 'vala/valamethod.vala')
-rw-r--r-- | vala/valamethod.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valamethod.vala b/vala/valamethod.vala index daef9789f..9ad3c2059 100644 --- a/vala/valamethod.vala +++ b/vala/valamethod.vala @@ -136,7 +136,7 @@ public class Vala.Method : Subroutine, Callable { /** * Specifies the generated `this` parameter for instance methods. */ - public Parameter this_parameter { get; set; } + public Parameter? this_parameter { get; set; } /** * Specifies whether this method expects printf-style format arguments. |