From: Florian Brosch Date: Tue, 29 Nov 2011 00:56:46 +0000 (+0100) Subject: Do not allow overriding content property in Comment class X-Git-Tag: 0.15.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c197e4f0ee92c17b372b2664155ee0a1f99fed3b;p=thirdparty%2Fvala.git Do not allow overriding content property in Comment class --- 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