summaryrefslogtreecommitdiff
path: root/ccode/valaccodegotostatement.vala
diff options
context:
space:
mode:
Diffstat (limited to 'ccode/valaccodegotostatement.vala')
-rw-r--r--ccode/valaccodegotostatement.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccode/valaccodegotostatement.vala b/ccode/valaccodegotostatement.vala
index 189cb20ff..14e2c7d88 100644
--- a/ccode/valaccodegotostatement.vala
+++ b/ccode/valaccodegotostatement.vala
@@ -29,7 +29,7 @@ public class Vala.CCodeGotoStatement : CCodeStatement {
/**
* The name of the target label.
*/
- public string name { get; set construct; }
+ public string name { get; set; }
public CCodeGotoStatement (string name) {
this.name = name;