From: Florian Brosch Date: Sun, 8 Aug 2010 15:53:35 +0000 (+0200) Subject: Allow overriding content property in Comment class X-Git-Tag: 0.9.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1e8bcb23e1f4e13293b22ba36d8fcfa4fdf17b;p=thirdparty%2Fvala.git Allow overriding content property in Comment class --- 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