From c197e4f0ee92c17b372b2664155ee0a1f99fed3b Mon Sep 17 00:00:00 2001 From: Florian Brosch Date: Tue, 29 Nov 2011 01:56:46 +0100 Subject: [PATCH] Do not allow overriding content property in Comment class --- vala/valacomment.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2