summaryrefslogtreecommitdiff
path: root/vala/valacomment.vala
diff options
context:
space:
mode:
authorFlorian Brosch <flo.brosch@gmail.com>2011-11-29 01:56:46 +0100
committerJürg Billeter <j@bitron.ch>2012-01-26 20:33:37 +0100
commitc197e4f0ee92c17b372b2664155ee0a1f99fed3b (patch)
treeb3f2aaa262b950f0be24f31c3192b1bf57925e6e /vala/valacomment.vala
parent3d02f685bb8f602c4f63f150f27ad8672b712df1 (diff)
downloadvala-c197e4f0ee92c17b372b2664155ee0a1f99fed3b.tar.gz
Do not 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 181d8a1a7..0e48f897e 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 virtual string content { set; get; }
+ public string content { set; get; }
/**
* References the location in the source file where this code node has