]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Allow overriding content property in Comment class
authorFlorian Brosch <flo.brosch@gmail.com>
Sun, 8 Aug 2010 15:53:35 +0000 (17:53 +0200)
committerJürg Billeter <j@bitron.ch>
Mon, 9 Aug 2010 08:08:37 +0000 (10:08 +0200)
vala/valacomment.vala

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