summaryrefslogtreecommitdiff
path: root/vala/valaifstatement.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valaifstatement.vala')
-rw-r--r--vala/valaifstatement.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/vala/valaifstatement.vala b/vala/valaifstatement.vala
index 2912db849..5af3ca5a6 100644
--- a/vala/valaifstatement.vala
+++ b/vala/valaifstatement.vala
@@ -1,6 +1,6 @@
/* valaifstatement.vala
*
- * Copyright (C) 2006 Jürg Billeter
+ * Copyright (C) 2006-2007 Jürg Billeter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,7 @@ using GLib;
/**
* Represents an if selection statement in the source code.
*/
-public class Vala.IfStatement : Statement {
+public class Vala.IfStatement : CodeNode, Statement {
/**
* The boolean condition to evaluate.
*/