summaryrefslogtreecommitdiff
path: root/vala/valacomment.vala
diff options
context:
space:
mode:
authorFlorian Brosch <flo.brosch@gmail.com>2010-08-08 17:53:35 +0200
committerJürg Billeter <j@bitron.ch>2010-08-09 10:08:37 +0200
commitba1e8bcb23e1f4e13293b22ba36d8fcfa4fdf17b (patch)
tree43b6bddcba20b52d171fb2cc6669d4504282b227 /vala/valacomment.vala
parentba68965853126361e2a9c5932ff0b5ccee05db1d (diff)
downloadvala-ba1e8bcb23e1f4e13293b22ba36d8fcfa4fdf17b.tar.gz
Allow overriding content property in Comment class
Diffstat (limited to 'vala/valacomment.vala')
-rw-r--r--vala/valacomment.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valacomment.vala b/vala/valacomment.vala
index 0e48f897e..181d8a1a7 100644
--- a/vala/valacomment.vala
+++ b/vala/valacomment.vala
@@ -34,7 +34,7 @@ public class Vala.Comment {
/**
* The text describing the referenced source code.
*/
- public string content { set; get; }
+ public virtual string content { set; get; }
/**
* References the location in the source file where this code node has