]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Do not allow overriding content property in Comment class
authorFlorian Brosch <flo.brosch@gmail.com>
Tue, 29 Nov 2011 00:56:46 +0000 (01:56 +0100)
committerJürg Billeter <j@bitron.ch>
Thu, 26 Jan 2012 19:33:37 +0000 (20:33 +0100)
vala/valacomment.vala

index 181d8a1a7afa610e9a810d9cd1f0567d4508c4de..0e48f897ebc5fe55a67a4aec6bf309fc1a71457b 100644 (file)
@@ -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